cmsghdr            34 base/posix/unix_domain_socket_linux.cc     struct cmsghdr* cmsg;
cmsghdr            89 base/posix/unix_domain_socket_linux.cc     struct cmsghdr* cmsg;
cmsghdr           818 components/breakpad/app/breakpad_linux.cc   struct cmsghdr *hdr = CMSG_FIRSTHDR(&msg);
cmsghdr           224 components/breakpad/browser/crash_handler_host_linux.cc   for (struct cmsghdr *hdr = CMSG_FIRSTHDR(&msg); hdr;
cmsghdr           667 content/browser/renderer_host/render_sandbox_host_linux.cc       struct cmsghdr *cmsg;
cmsghdr           415 ipc/ipc_channel_posix.cc       struct cmsghdr *cmsg;
cmsghdr           918 ipc/ipc_channel_posix.cc   for (cmsghdr* cmsg = CMSG_FIRSTHDR(msg);
cmsghdr           585 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h struct cmsghdr;
cmsghdr           611 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h struct cmsghdr;
cmsghdr           614 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_option_init __P((void *, struct cmsghdr **, int));
cmsghdr           615 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_option_append __P((struct cmsghdr *, const uint8_t *,
cmsghdr           617 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern uint8_t *inet6_option_alloc __P((struct cmsghdr *, int, int, int));
cmsghdr           618 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_option_next __P((const struct cmsghdr *, uint8_t **));
cmsghdr           619 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_option_find __P((const struct cmsghdr *, uint8_t **, int));
cmsghdr           622 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern struct cmsghdr *inet6_rthdr_init __P((void *, int));
cmsghdr           623 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_rthdr_add __P((struct cmsghdr *, const struct in6_addr *,
cmsghdr           625 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_rthdr_lasthop __P((struct cmsghdr *, unsigned int));
cmsghdr           627 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_rthdr_reverse __P((const struct cmsghdr *, struct cmsghdr *));
cmsghdr           629 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_rthdr_segments __P((const struct cmsghdr *));
cmsghdr           630 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern struct in6_addr *inet6_rthdr_getaddr __P((struct cmsghdr *, int));
cmsghdr           631 native_client_sdk/src/libraries/third_party/newlib-extras/netinet6/in6.h extern int inet6_rthdr_getflags __P((const struct cmsghdr *, int));
cmsghdr           360 native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h 				 _ALIGN(sizeof(struct cmsghdr)))
cmsghdr           365 native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h 	  _ALIGN(sizeof(struct cmsghdr)) > \
cmsghdr           367 native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h 	    (struct cmsghdr *)NULL : \
cmsghdr           368 native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h 	    (struct cmsghdr *)((caddr_t)(cmsg) + _ALIGN((cmsg)->cmsg_len)))
cmsghdr           370 native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h #define	CMSG_FIRSTHDR(mhdr)	((struct cmsghdr *)(mhdr)->msg_control)
cmsghdr           374 native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h #define	CMSG_SPACE(l)		(_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l))
cmsghdr           375 native_client_sdk/src/libraries/third_party/newlib-extras/sys/socket.h #define	CMSG_LEN(l)		(_ALIGN(sizeof(struct cmsghdr)) + (l))
cmsghdr            28 net/tools/quic/quic_socket_utils.cc     for (cmsghdr* cmsg = CMSG_FIRSTHDR(hdr);
cmsghdr            57 net/tools/quic/quic_socket_utils.cc     struct cmsghdr *cmsg;
cmsghdr           103 net/tools/quic/quic_socket_utils.cc   struct cmsghdr *cmsg = (struct cmsghdr *) cbuf;
cmsghdr           171 net/tools/quic/quic_socket_utils.cc     cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr);
cmsghdr           184 net/tools/quic/quic_socket_utils.cc     cmsghdr* cmsg = CMSG_FIRSTHDR(&hdr);
cmsghdr            73 sandbox/linux/seccomp-bpf/demo.cc   struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg);
cmsghdr           128 sandbox/linux/seccomp-bpf/demo.cc   struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg);