| /external/strace/tests-mx32/ |
| D | msg_control.c | 67 print_fds(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_fds() 104 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_rights1() local 160 struct cmsghdr *const cmsg[2] = { in test_scm_rights2() local 210 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_rights3() local 237 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestamp() local 282 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestampns() local 328 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestamping() local 380 print_security(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_security() 404 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_security() local 443 struct cmsghdr *cmsg = get_cmsghdr(page, CMSG_LEN(0)); in test_unknown_type() local [all …]
|
| D | scm_rights.c | 76 struct cmsghdr *cmsg = tail_alloc(cmsg_size); in main() local
|
| /external/strace/tests/ |
| D | msg_control.c | 67 print_fds(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_fds() 104 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_rights1() local 160 struct cmsghdr *const cmsg[2] = { in test_scm_rights2() local 210 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_rights3() local 237 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestamp() local 282 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestampns() local 328 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestamping() local 380 print_security(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_security() 404 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_security() local 443 struct cmsghdr *cmsg = get_cmsghdr(page, CMSG_LEN(0)); in test_unknown_type() local [all …]
|
| D | scm_rights.c | 76 struct cmsghdr *cmsg = tail_alloc(cmsg_size); in main() local
|
| /external/strace/tests-m32/ |
| D | msg_control.c | 67 print_fds(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_fds() 104 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_rights1() local 160 struct cmsghdr *const cmsg[2] = { in test_scm_rights2() local 210 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_rights3() local 237 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestamp() local 282 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestampns() local 328 struct cmsghdr *cmsg = get_cmsghdr(page, len); in test_scm_timestamping() local 380 print_security(const struct cmsghdr *const cmsg, const size_t cmsg_len) in print_security() 404 struct cmsghdr *cmsg = get_cmsghdr(page, msg_controllen); in test_scm_security() local 443 struct cmsghdr *cmsg = get_cmsghdr(page, CMSG_LEN(0)); in test_unknown_type() local [all …]
|
| D | scm_rights.c | 76 struct cmsghdr *cmsg = tail_alloc(cmsg_size); in main() local
|
| /external/ltp/utils/sctp/lib/ |
| D | sendmsg.c | 39 struct cmsghdr *cmsg; in sctp_sendmsg() local 90 struct cmsghdr *cmsg; in sctp_send() local
|
| D | recvmsg.c | 63 struct cmsghdr *cmsg = NULL; in sctp_recvmsg() local
|
| /external/virglrenderer/src/proxy/ |
| D | proxy_socket.c | 88 const struct cmsghdr *cmsg = CMSG_FIRSTHDR(msg); in get_received_fds() local 153 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in proxy_socket_receive_reply_internal() local 234 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in proxy_socket_send_request_internal() local
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_linux_socket_utils.cc | 125 cmsghdr*& cmsg = *GetCmsgHdr(i); in GetNextCmsgDataInternal() local 200 struct cmsghdr* cmsg; in GetTtlFromMsghdr() local 233 cmsghdr* cmsg) { in SetIpInfoInCmsg()
|
| /external/linux-kselftest/tools/testing/selftests/android/ion/ |
| D | ipcsocket.c | 110 struct cmsghdr *cmsg; in sendtosocket() local 166 struct cmsghdr *cmsg; in receivefromsocket() local
|
| /external/iproute2/include/ |
| D | bpf_scm.h | 40 struct cmsghdr *cmsg; in bpf_map_set_init() local 66 struct cmsghdr *cmsg; in bpf_map_set_init_single() local
|
| /external/virglrenderer/server/ |
| D | render_socket.c | 68 const struct cmsghdr *cmsg = CMSG_FIRSTHDR(msg); in get_received_fds() local 136 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in render_socket_receive_request_internal() local 238 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in render_socket_send_reply_internal() local
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
| D | posix_endpoint.cc | 197 bool CmsgIsIpLevel(const cmsghdr& cmsg) { in CmsgIsIpLevel() 202 bool CmsgIsZeroCopy(const cmsghdr& cmsg) { in CmsgIsZeroCopy() 378 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in TcpDoRead() local 708 for (auto cmsg = CMSG_FIRSTHDR(&msg); cmsg && cmsg->cmsg_len; in ProcessErrors() local 739 void PosixEndpointImpl::ProcessZerocopy(struct cmsghdr* cmsg) { in ProcessZerocopy() 768 struct cmsghdr* cmsg) { in ProcessTimestamp() 840 cmsghdr* cmsg = reinterpret_cast<cmsghdr*>(u.cmsg_buf); in WriteWithTimestamps() local
|
| /external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
| D | posix_endpoint.cc | 200 bool CmsgIsIpLevel(const cmsghdr& cmsg) { in CmsgIsIpLevel() 205 bool CmsgIsZeroCopy(const cmsghdr& cmsg) { in CmsgIsZeroCopy() 381 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in TcpDoRead() local 730 for (auto cmsg = CMSG_FIRSTHDR(&msg); cmsg && cmsg->cmsg_len; in ProcessErrors() local 761 void PosixEndpointImpl::ProcessZerocopy(struct cmsghdr* cmsg) { in ProcessZerocopy() 790 struct cmsghdr* cmsg) { in ProcessTimestamp() 862 cmsghdr* cmsg = reinterpret_cast<cmsghdr*>(u.cmsg_buf); in WriteWithTimestamps() local
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/platform/api/ |
| D | quic_udp_socket_platform_api.h | 15 inline bool GetGooglePacketHeadersFromControlMessage( in GetGooglePacketHeadersFromControlMessage()
|
| /external/libchrome/mojo/public/cpp/platform/ |
| D | socket_utils_posix.cc | 118 struct cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); in SendmsgWithHandles() local 152 for (cmsghdr* cmsg = CMSG_FIRSTHDR(&msg); cmsg; in SocketRecvmsg() local
|
| /external/rust/crates/nix/test/sys/ |
| D | test_socket.rs | 51 let mut cmsg = cmsg_space!(nix::sys::socket::Timestamps); in test_timestamping() localVariable 113 let mut cmsg = cmsg_space!(nix::sys::time::TimeVal); in test_timestamping_realtime() localVariable 175 let mut cmsg = cmsg_space!(nix::sys::time::TimeVal); in test_timestamping_monotonic() localVariable 510 let cmsg = ControlMessage::UdpGsoSegments(&segment_size); in gso() localVariable 865 let cmsg = ControlMessage::ScmRights(&fds); in test_scm_rights() localVariable 1184 let cmsg = [ControlMessage::Ipv4PacketInfo(&pi)]; in test_sendmsg_ipv4packetinfo() localVariable 1243 let cmsg = [ControlMessage::Ipv6PacketInfo(&pi)]; in test_sendmsg_ipv6packetinfo() localVariable 1288 let cmsg = [ControlMessage::Ipv4SendSrcAddr( in test_sendmsg_ipv4sendsrcaddr() localVariable 1354 let cmsg = [ControlMessage::ScmRights(&fds)]; in test_scm_rights_single_cmsg_multiple_fds() localVariable 1439 let cmsg = ControlMessage::ScmCredentials(&cred); in test_scm_credentials() localVariable [all …]
|
| /external/linux-kselftest/tools/testing/selftests/net/ |
| D | udpgso_bench_tx.c | 138 static void flush_cmsg(struct cmsghdr *cmsg) in flush_cmsg() 215 struct cmsghdr *cmsg; in flush_errqueue_recv() local 323 struct cmsghdr *cmsg; in send_udp_sendmmsg() local 380 struct cmsghdr *cmsg; in send_udp_segment() local
|
| /external/python/cpython2/Modules/_multiprocessing/ |
| D | multiprocessing.c | 109 struct cmsghdr *cmsg; in multiprocessing_sendfd() local 149 struct cmsghdr *cmsg; in multiprocessing_recvfd() local
|
| /external/cronet/net/third_party/quiche/src/quiche/common/platform/api/ |
| D | quiche_udp_socket_platform_api.h | 18 inline bool GetGooglePacketHeadersFromControlMessage( in GetGooglePacketHeadersFromControlMessage()
|
| /external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/ |
| D | quiche_udp_socket_platform_impl.h | 18 inline bool GetGooglePacketHeadersFromControlMessageImpl( in GetGooglePacketHeadersFromControlMessageImpl()
|
| /external/musl/src/network/ |
| D | recvmsg.c | 15 struct cmsghdr *cmsg, *last=0; in __convert_scm_timestamps() local
|
| /external/compiler-rt/test/msan/Linux/ |
| D | cmsghdr.cc | 51 struct cmsghdr *cmsg = (struct cmsghdr *)&controlbuf; in main() local
|
| /external/musl/src/misc/ |
| D | fmtmsg.c | 28 char *errstring = MM_NULLSEV, *cmsg = getenv("MSGVERB"); in fmtmsg() local
|