/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/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/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/openssh/ |
D | monitor_fdpass.c | 61 struct cmsghdr *cmsg; in mm_send_fd() local 122 struct cmsghdr *cmsg; in mm_receive_fd() local
|
/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/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/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.c | 109 struct cmsghdr *cmsg; in multiprocessing_sendfd() local 149 struct cmsghdr *cmsg; in multiprocessing_recvfd() local
|
/external/adhd/cras/src/common/ |
D | cras_util.c | 103 struct cmsghdr *cmsg; in cras_send_with_fds() local 136 struct cmsghdr *cmsg; in cras_recv_with_fds() local
|
/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/compiler-rt/test/msan/Linux/ |
D | cmsghdr.cc | 51 struct cmsghdr *cmsg = (struct cmsghdr *)&controlbuf; in main() local
|
/external/llvm-project/compiler-rt/test/msan/Linux/ |
D | cmsghdr.cpp | 51 struct cmsghdr *cmsg = (struct cmsghdr *)&controlbuf; in main() local
|
/external/rust/crates/nix/test/sys/ |
D | test_socket.rs | 276 let cmsg = ControlMessage::UdpGsoSegments(&segment_size); in gso() localVariable 553 let cmsg = ControlMessage::ScmRights(&fds); in test_scm_rights() localVariable 787 let cmsg = [ControlMessage::Ipv4PacketInfo(&pi)]; in test_sendmsg_ipv4packetinfo() localVariable 844 let cmsg = [ControlMessage::Ipv6PacketInfo(&pi)]; in test_sendmsg_ipv6packetinfo() localVariable 898 let cmsg = [ControlMessage::ScmRights(&fds)]; in test_scm_rights_single_cmsg_multiple_fds() localVariable 965 let cmsg = ControlMessage::ScmCredentials(&cred); in test_scm_credentials() localVariable 967 let cmsg = ControlMessage::ScmCreds; in test_scm_credentials() localVariable
|
/external/adhd/cras/client/libcras/src/ |
D | cras_client_message.rs | 96 let cmsg: &cras_client_connected = message.get_message()?; in handle_server_message() localVariable 103 let cmsg: &cras_client_stream_connected = message.get_message()?; in handle_server_message() localVariable
|
/external/libchromeos-rs/src/ |
D | syslog.rs | 36 let cmsg = if let Ok(m) = CStr::from_bytes_with_nul(msg.as_bytes()) { in log() localVariable
|
/external/ltp/utils/sctp/testlib/ |
D | sctputil.c | 99 struct cmsghdr *cmsg; in test_print_message() local 282 struct cmsghdr *cmsg = NULL; in test_check_msg_data() local
|
/external/google-breakpad/src/client/linux/crash_generation/ |
D | crash_generation_client.cc | 64 char cmsg[kControlMsgSize] = ""; in RequestDump() local
|
/external/libchrome/base/posix/ |
D | unix_domain_socket.cc | 84 struct cmsghdr* cmsg; in SendMsg() local 169 struct cmsghdr* cmsg; in RecvMsgWithFlags() local
|
/external/ltp/utils/sctp/func_tests/ |
D | test_inaddr_any.c | 73 struct cmsghdr *cmsg; in main() local
|
D | test_1_to_1_events.c | 65 struct cmsghdr *cmsg; in main() local
|