/external/chromium_org/net/tools/quic/ |
D | quic_socket_utils.cc | 28 for (cmsghdr* cmsg = CMSG_FIRSTHDR(hdr); in GetAddressFromMsghdr() local 57 struct cmsghdr *cmsg; in GetOverflowFromMsghdr() local 121 struct cmsghdr *cmsg = (struct cmsghdr *) cbuf; in ReadPacket() local 158 cmsghdr* cmsg) { in SetIpInfoInCmsg() 211 cmsghdr *cmsg = CMSG_FIRSTHDR(&hdr); in WritePacket() local
|
/external/chromium_org/mojo/embedder/ |
D | platform_channel_utils_posix.cc | 95 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in PlatformChannelSendmsgWithHandles() local 122 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in PlatformChannelSendHandles() local 168 for (cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); cmsg; in PlatformChannelRecvmsg() local
|
/external/valgrind/main/none/tests/ |
D | fdleak_cmsg.c | 58 struct cmsghdr *cmsg; in server() local 95 struct cmsghdr *cmsg = &control_un.cm; in client() local
|
/external/strace/tests/ |
D | scm_rights.c | 48 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&mh); in main() local
|
/external/chromium_org/base/posix/ |
D | unix_domain_socket_linux.cc | 56 struct cmsghdr* cmsg; in SendMsg() local 123 struct cmsghdr* cmsg; in RecvMsgWithFlags() local
|
/external/libnl/lib/ |
D | nl.c | 257 struct cmsghdr *cmsg; in nl_send_iovec() local 415 struct cmsghdr *cmsg; in nl_recv() local
|
/external/iputils/ |
D | ping.c | 109 } cmsg = { {sizeof(struct cmsghdr) + sizeof(struct in_pktinfo), SOL_IP, IP_PKTINFO}, variable 614 struct cmsghdr *cmsg; in receive_error_msg() local 791 struct cmsghdr *cmsg; in parse_reply() local
|
D | ping6.c | 202 struct cmsghdr *cmsg; in inet6_srcrt_init() local 217 int inet6_srcrt_add(struct cmsghdr *cmsg, const struct in6_addr *addr) in inet6_srcrt_add() 1043 struct cmsghdr *cmsg; in main() local 1276 struct cmsghdr *cmsg; in receive_error_msg() local
|
D | tracepath.c | 96 struct cmsghdr *cmsg; in recverr() local
|
D | tracepath6.c | 109 struct cmsghdr *cmsg; in recverr() local
|
D | traceroute6.c | 702 struct cmsghdr *cmsg; local
|
/external/iputils/ninfod/ |
D | ninfod.c | 292 struct cmsghdr *cmsg; in ni_recv() local 337 struct cmsghdr *cmsg; in ni_send() local
|
/external/dhcpcd/ |
D | lpf.c | 178 struct cmsghdr *cmsg; in get_raw_packet() local
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
D | test_util.h | 264 struct cmsghdr* cmsg; in SendFd() local 299 struct cmsghdr* cmsg; in ReceiveFd() local
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_sock_util.c | 114 struct cmsghdr *cmsg; in sock_send_fd() local
|
/external/libpcap/ |
D | pcap-bt-linux.c | 306 struct cmsghdr *cmsg; in bt_read_linux() local
|
D | pcap-linux.c | 1470 struct cmsghdr *cmsg; local 1472 struct cmsghdr cmsg; member
|
/external/chromium_org/ipc/ |
D | ipc_channel_posix.cc | 415 struct cmsghdr *cmsg; in ProcessOutgoingMessages() local 917 for (cmsghdr* cmsg = CMSG_FIRSTHDR(msg); in ExtractFileDescriptorsFromMsghdr() local
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/ |
D | socket.h | 371 #define CMSG_DATA(cmsg) ((unsigned char *)(cmsg) + \ argument 375 #define CMSG_NXTHDR(mhdr, cmsg) \ argument
|
/external/chromium_org/content/browser/renderer_host/ |
D | sandbox_ipc_linux.cc | 429 struct cmsghdr* cmsg; in SendRendererReply() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 392 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msg); in ExtractRecvmsgFDs() local
|
/external/openssl/crypto/bio/ |
D | bss_dgram.c | 1016 struct cmsghdr *cmsg; in dgram_sctp_read() local 1231 struct cmsghdr *cmsg; in dgram_sctp_write() local
|
/external/strace/ |
D | net.c | 309 struct cmsghdr *cmsg = len < sizeof(struct cmsghdr) ? in printcmsghdr() local
|
/external/qemu/ |
D | qemu-char.c | 2072 struct cmsghdr *cmsg; in unix_process_msgfd() local 2098 struct cmsghdr cmsg; in tcp_chr_recv() member
|
/external/chromium_org/components/crash/app/ |
D | breakpad_linux.cc | 810 char cmsg[kControlMsgSpaceSize]; in RequestDump() local
|