Home
last modified time | relevance | path

Searched refs:CMSG_FIRSTHDR (Results 1 – 25 of 67) sorted by relevance

123

/external/iproute2/include/
Dbpf_scm.h54 cmsg = CMSG_FIRSTHDR(&msg->hdr); in bpf_map_set_init()
71 cmsg = CMSG_FIRSTHDR(&msg->hdr); in bpf_map_set_init_single()
/external/libmojo/mojo/edk/embedder/
Dplatform_channel_utils_posix.cc104 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in PlatformChannelSendmsgWithHandles()
131 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in PlatformChannelSendHandles()
179 for (cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); cmsg; in PlatformChannelRecvmsg()
/external/ltp/utils/sctp/lib/
Dsendmsg.c53 cmsg = CMSG_FIRSTHDR(&outmsg); in sctp_sendmsg()
96 cmsg = CMSG_FIRSTHDR(&outmsg); in sctp_send()
Drecvmsg.c89 for (cmsg = CMSG_FIRSTHDR(&inmsg); cmsg != NULL; in sctp_recvmsg()
/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c127 cmsg = CMSG_FIRSTHDR(&msg); in multiprocessing_sendfd()
167 cmsg = CMSG_FIRSTHDR(&msg); in multiprocessing_recvfd()
181 (cmsg = CMSG_FIRSTHDR(&msg)) == NULL || in multiprocessing_recvfd()
/external/openssh/
Dmonitor_fdpass.c76 cmsg = CMSG_FIRSTHDR(&msg); in mm_send_fd()
167 cmsg = CMSG_FIRSTHDR(&msg); in mm_receive_fd()
Ddefines.h552 #ifndef CMSG_FIRSTHDR
553 #define CMSG_FIRSTHDR(mhdr) \ macro
/external/valgrind/none/tests/
Dfdleak_cmsg.c67 cmsg = CMSG_FIRSTHDR(&msg); in server()
130 cmsg = CMSG_FIRSTHDR(&msg); in client()
/external/libchrome/base/posix/
Dunix_domain_socket_linux.cc67 cmsg = CMSG_FIRSTHDR(&msg); in SendMsg()
139 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { in RecvMsgWithFlags()
/external/ltp/utils/sctp/func_tests/
Dtest_assoc_shutdown.c125 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
189 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
Dtest_assoc_abort.c125 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
188 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
Dtest_inaddr_any.c157 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
205 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
Dtest_1_to_1_sendmsg.c135 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
293 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
Dtest_timetolive.c199 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
273 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
Dtest_basic.c174 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
289 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
Dtest_1_to_1_threads.c106 cmsg = CMSG_FIRSTHDR(&outmessage); in t_send()
Dtest_1_to_1_events.c117 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
Dtest_1_to_1_nonblock.c166 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c523 #ifdef CMSG_FIRSTHDR in recvfrom_flags()
564 #ifndef CMSG_FIRSTHDR in recvfrom_flags()
565 …#warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received in… in recvfrom_flags()
575 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr != NULL; in recvfrom_flags()
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_client.cc68 struct cmsghdr* hdr = CMSG_FIRSTHDR(&msg); in RequestDump()
/external/ltp/utils/sctp/testlib/
Dsctputil.c105 for (cmsg = CMSG_FIRSTHDR(msg); in test_print_message()
283 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in test_check_msg_data()
/external/strace/tests/
Dinet-cmsg.c156 for (c = CMSG_FIRSTHDR(&mh); c; c = CMSG_NXTHDR(&mh, c)) { in main()
/external/strace/tests-m32/
Dinet-cmsg.c156 for (c = CMSG_FIRSTHDR(&mh); c; c = CMSG_NXTHDR(&mh, c)) { in main()
/external/strace/tests-mx32/
Dinet-cmsg.c156 for (c = CMSG_FIRSTHDR(&mh); c; c = CMSG_NXTHDR(&mh, c)) { in main()
/external/dnsmasq/src/
Ddhcp.c180 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr; cmptr = CMSG_NXTHDR(&msg, cmptr)) in dhcp_packet()
190 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr; cmptr = CMSG_NXTHDR(&msg, cmptr)) in dhcp_packet()
197 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr; cmptr = CMSG_NXTHDR(&msg, cmptr)) in dhcp_packet()
299 cmptr = CMSG_FIRSTHDR(&msg); in dhcp_packet()

123