Home
last modified time | relevance | path

Searched defs:cmsg (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/net/tools/quic/
Dquic_socket_utils.cc28 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/
Dplatform_channel_utils_posix.cc95 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/
Dfdleak_cmsg.c58 struct cmsghdr *cmsg; in server() local
95 struct cmsghdr *cmsg = &control_un.cm; in client() local
/external/strace/tests/
Dscm_rights.c48 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&mh); in main() local
/external/chromium_org/base/posix/
Dunix_domain_socket_linux.cc56 struct cmsghdr* cmsg; in SendMsg() local
123 struct cmsghdr* cmsg; in RecvMsgWithFlags() local
/external/libnl/lib/
Dnl.c257 struct cmsghdr *cmsg; in nl_send_iovec() local
415 struct cmsghdr *cmsg; in nl_recv() local
/external/iputils/
Dping.c109 } 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
Dping6.c202 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
Dtracepath.c96 struct cmsghdr *cmsg; in recverr() local
Dtracepath6.c109 struct cmsghdr *cmsg; in recverr() local
Dtraceroute6.c702 struct cmsghdr *cmsg; local
/external/iputils/ninfod/
Dninfod.c292 struct cmsghdr *cmsg; in ni_recv() local
337 struct cmsghdr *cmsg; in ni_send() local
/external/dhcpcd/
Dlpf.c178 struct cmsghdr *cmsg; in get_raw_packet() local
/external/chromium_org/third_party/android_crazy_linker/src/tests/
Dtest_util.h264 struct cmsghdr* cmsg; in SendFd() local
299 struct cmsghdr* cmsg; in ReceiveFd() local
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_util.c114 struct cmsghdr *cmsg; in sock_send_fd() local
/external/libpcap/
Dpcap-bt-linux.c306 struct cmsghdr *cmsg; in bt_read_linux() local
Dpcap-linux.c1470 struct cmsghdr *cmsg; local
1472 struct cmsghdr cmsg; member
/external/chromium_org/ipc/
Dipc_channel_posix.cc415 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/
Dsocket.h371 #define CMSG_DATA(cmsg) ((unsigned char *)(cmsg) + \ argument
375 #define CMSG_NXTHDR(mhdr, cmsg) \ argument
/external/chromium_org/content/browser/renderer_host/
Dsandbox_ipc_linux.cc429 struct cmsghdr* cmsg; in SendRendererReply() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc392 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msg); in ExtractRecvmsgFDs() local
/external/openssl/crypto/bio/
Dbss_dgram.c1016 struct cmsghdr *cmsg; in dgram_sctp_read() local
1231 struct cmsghdr *cmsg; in dgram_sctp_write() local
/external/strace/
Dnet.c309 struct cmsghdr *cmsg = len < sizeof(struct cmsghdr) ? in printcmsghdr() local
/external/qemu/
Dqemu-char.c2072 struct cmsghdr *cmsg; in unix_process_msgfd() local
2098 struct cmsghdr cmsg; in tcp_chr_recv() member
/external/chromium_org/components/crash/app/
Dbreakpad_linux.cc810 char cmsg[kControlMsgSpaceSize]; in RequestDump() local

12