| /third_party/rust/crates/libc/libc-test/src/ |
| D | cmsg.c | 13 struct cmsghdr *cmsg_nxthdr(struct msghdr *msgh, struct cmsghdr *cmsg) { in cmsg_nxthdr() 25 unsigned char *cmsg_data(struct cmsghdr *cmsg) { in cmsg_data()
|
| /third_party/alsa-lib/src/ |
| D | socket.c | 47 struct cmsghdr *cmsg = alloca(cmsg_len); in snd_send_fd() local 80 struct cmsghdr *cmsg = alloca(cmsg_len); in snd_receive_fd() local
|
| /third_party/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
|
| /third_party/openssl/include/internal/ |
| D | ktls.h | 90 struct cmsghdr *cmsg; in ktls_send_ctrl_message() local 132 struct cmsghdr *cmsg; in ktls_read_record() local 303 struct cmsghdr *cmsg; in ktls_send_ctrl_message() local 356 struct cmsghdr *cmsg; in ktls_read_record() local
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| D | recvmsg.c | 16 struct cmsghdr *cmsg, *last=0; in __convert_scm_timestamps() local
|
| /third_party/musl/src/network/ |
| D | recvmsg.c | 18 struct cmsghdr *cmsg, *last=0; in __convert_scm_timestamps() local
|
| /third_party/musl/src/misc/ |
| D | fmtmsg.c | 28 char *errstring = MM_NULLSEV, *cmsg = getenv("MSGVERB"); in fmtmsg() local
|
| /third_party/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
|
| /third_party/rust/crates/nix/test/sys/ |
| D | test_socket.rs | 109 let mut cmsg = cmsg_space!(nix::sys::socket::Timestamps); in test_timestamping() localVariable 442 let cmsg = ControlMessage::UdpGsoSegments(&segment_size); in gso() localVariable 791 let cmsg = ControlMessage::ScmRights(&fds); in test_scm_rights() localVariable 1079 let cmsg = [ControlMessage::Ipv4PacketInfo(&pi)]; in test_sendmsg_ipv4packetinfo() localVariable 1132 let cmsg = [ControlMessage::Ipv6PacketInfo(&pi)]; in test_sendmsg_ipv6packetinfo() localVariable 1182 let cmsg = [ControlMessage::Ipv4SendSrcAddr( in test_sendmsg_ipv4sendsrcaddr() localVariable 1248 let cmsg = [ControlMessage::ScmRights(&fds)]; in test_scm_rights_single_cmsg_multiple_fds() localVariable 1340 let cmsg = ControlMessage::ScmCredentials(&cred); in test_scm_credentials() localVariable 1342 let cmsg = ControlMessage::ScmCreds; in test_scm_credentials() localVariable 2621 let cmsg = ControlMessage::TxTime(&txtime); in test_txtime() localVariable
|
| /third_party/ltp/utils/sctp/func_tests/ |
| D | test_inaddr_any.c | 74 struct cmsghdr *cmsg; in main() local
|
| D | test_1_to_1_events.c | 66 struct cmsghdr *cmsg; in main() local
|
| D | test_1_to_1_nonblock.c | 76 struct cmsghdr *cmsg; in main() local
|
| D | test_peeloff.c | 73 struct cmsghdr *cmsg; in main() local
|
| D | test_assoc_shutdown.c | 74 struct cmsghdr *cmsg; in main() local
|
| D | test_assoc_abort.c | 75 struct cmsghdr *cmsg; in main() local
|
| D | test_1_to_1_sendmsg.c | 83 struct cmsghdr *cmsg; in main() local
|
| D | test_fragments.c | 86 struct cmsghdr *cmsg; in main() local
|
| D | test_tcp_style.c | 78 struct cmsghdr *cmsg; in main() local
|
| D | test_1_to_1_addrs.c | 91 struct cmsghdr *cmsg; in main() local
|
| /third_party/rust/crates/regex/regex-capi/src/ |
| D | error.rs | 64 let cmsg = match CString::new(format!("{}", err)) { localVariable
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | iochannel.c | 318 } cmsg; in pa_iochannel_write_with_creds() local 374 } cmsg; in pa_iochannel_write_with_fds() local 422 } cmsg; in pa_iochannel_read_with_ancil_data() local
|
| /third_party/ffmpeg/libavformat/ |
| D | sctp.c | 82 struct cmsghdr *cmsg = NULL; in ff_sctp_recvmsg() local 132 struct cmsghdr *cmsg; in ff_sctp_send() local
|
| /third_party/openssl/engines/ |
| D | e_afalg.c | 383 static ossl_inline void afalg_set_op_sk(struct cmsghdr *cmsg, in afalg_set_op_sk() 392 static void afalg_set_iv_sk(struct cmsghdr *cmsg, const unsigned char *iv, in afalg_set_iv_sk() 468 struct cmsghdr *cmsg; in afalg_start_cipher_sk() local
|
| /third_party/libuv/test/ |
| D | test-pipe-sendmsg.c | 114 struct cmsghdr *cmsg; in TEST_IMPL() local
|