Home
last modified time | relevance | path

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

123

/third_party/rust/crates/libc/libc-test/src/
Dcmsg.c13 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/
Dsocket.c47 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/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_pack.c212 pack_ctx (char **buf, CtxMsg * cmsg) in pack_ctx()
227 upack_ctx (char **buf, CtxMsg * cmsg) in upack_ctx()
233 pack_duration (char **buf, DurationMsg * cmsg) in pack_duration()
248 upack_duration (char **buf, DurationMsg * cmsg) in upack_duration()
363 CtxMsg *cmsg = (CtxMsg *) & msg; in get_result() local
384 DurationMsg *cmsg = (DurationMsg *) & msg; in get_result() local
/third_party/ltp/utils/sctp/lib/
Dsendmsg.c39 struct cmsghdr *cmsg; in sctp_sendmsg() local
90 struct cmsghdr *cmsg; in sctp_send() local
Drecvmsg.c63 struct cmsghdr *cmsg = NULL; in sctp_recvmsg() local
/third_party/openssl/include/internal/
Dktls.h90 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/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpsink.c287 struct cmsghdr *cmsg; in gst_avtp_sink_init_msghdr() local
376 struct cmsghdr *cmsg; in gst_avtp_sink_process_error_queue() local
425 struct cmsghdr *cmsg = CMSG_FIRSTHDR (avtpsink->msg); in gst_avtp_sink_render() local
/third_party/rust/crates/tracing/tracing-journald/src/
Dsocket.rs71 let mut cmsg: &mut cmsghdr = in send_one_fd_to() localVariable
/third_party/musl/porting/liteos_a/user/src/network/
Drecvmsg.c16 struct cmsghdr *cmsg, *last=0; in __convert_scm_timestamps() local
/third_party/musl/src/network/
Drecvmsg.c15 struct cmsghdr *cmsg, *last=0; in __convert_scm_timestamps() local
/third_party/musl/src/misc/
Dfmtmsg.c28 char *errstring = MM_NULLSEV, *cmsg = getenv("MSGVERB"); in fmtmsg() local
/third_party/rust/crates/nix/test/sys/
Dtest_socket.rs109 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/testlib/
Dsctputil.c99 struct cmsghdr *cmsg; in test_print_message() local
282 struct cmsghdr *cmsg = NULL; in test_check_msg_data() local
/third_party/ltp/utils/sctp/func_tests/
Dtest_inaddr_any.c74 struct cmsghdr *cmsg; in main() local
Dtest_1_to_1_events.c66 struct cmsghdr *cmsg; in main() local
Dtest_assoc_abort.c75 struct cmsghdr *cmsg; in main() local
Dtest_assoc_shutdown.c74 struct cmsghdr *cmsg; in main() local
Dtest_1_to_1_nonblock.c76 struct cmsghdr *cmsg; in main() local
Dtest_peeloff.c73 struct cmsghdr *cmsg; in main() local
Dtest_1_to_1_sendmsg.c83 struct cmsghdr *cmsg; in main() local
Dtest_fragments.c86 struct cmsghdr *cmsg; in main() local
/third_party/rust/crates/regex/regex-capi/src/
Derror.rs64 let cmsg = match CString::new(format!("{}", err)) { localVariable
/third_party/pulseaudio/src/pulsecore/
Diochannel.c307 } cmsg; in pa_iochannel_write_with_creds() local
359 } cmsg; in pa_iochannel_write_with_fds() local
407 } cmsg; in pa_iochannel_read_with_ancil_data() local
/third_party/ffmpeg/libavformat/
Dsctp.c82 struct cmsghdr *cmsg = NULL; in ff_sctp_recvmsg() local
132 struct cmsghdr *cmsg; in ff_sctp_send() local
/third_party/openssl/engines/
De_afalg.c383 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

123