Home
last modified time | relevance | path

Searched refs:CMSG_FIRSTHDR (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/include/internal/
H A Dktls.h96 cmsg = CMSG_FIRSTHDR(&msg); in ktls_send_ctrl_message()
166 cmsg = CMSG_FIRSTHDR(&msg); in ktls_read_record()
313 cmsg = CMSG_FIRSTHDR(&msg); in ktls_send_ctrl_message()
385 cmsg = CMSG_FIRSTHDR(&msg); in ktls_read_record()
/third_party/openssl/include/internal/
H A Dktls.h96 cmsg = CMSG_FIRSTHDR(&msg); in ktls_send_ctrl_message()
166 cmsg = CMSG_FIRSTHDR(&msg); in ktls_read_record()
313 cmsg = CMSG_FIRSTHDR(&msg); in ktls_send_ctrl_message()
385 cmsg = CMSG_FIRSTHDR(&msg); in ktls_read_record()
/third_party/ltp/utils/sctp/lib/
H A Dsendmsg.c53 cmsg = CMSG_FIRSTHDR(&outmsg); in sctp_sendmsg()
96 cmsg = CMSG_FIRSTHDR(&outmsg); in sctp_send()
H A Drecvmsg.c89 for (cmsg = CMSG_FIRSTHDR(&inmsg); cmsg != NULL; in sctp_recvmsg()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_linux.c466 hdr = CMSG_FIRSTHDR(&msg); in linux_af_alg_skcipher_oper()
568 hdr = CMSG_FIRSTHDR(&msg); in rc4_skip()
641 hdr = CMSG_FIRSTHDR(&msg); in des_encrypt()
702 hdr = CMSG_FIRSTHDR(&msg); in aes_128_cbc_oper()
811 hdr = CMSG_FIRSTHDR(&msg); in aes_unwrap()
907 hdr = CMSG_FIRSTHDR(&msg); in crypto_cipher_init()
947 hdr = CMSG_FIRSTHDR(&msg); in crypto_cipher_oper()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_linux.c466 hdr = CMSG_FIRSTHDR(&msg); in linux_af_alg_skcipher_oper()
568 hdr = CMSG_FIRSTHDR(&msg); in rc4_skip()
641 hdr = CMSG_FIRSTHDR(&msg); in des_encrypt()
702 hdr = CMSG_FIRSTHDR(&msg); in aes_128_cbc_oper()
811 hdr = CMSG_FIRSTHDR(&msg); in aes_unwrap()
907 hdr = CMSG_FIRSTHDR(&msg); in crypto_cipher_init()
947 hdr = CMSG_FIRSTHDR(&msg); in crypto_cipher_oper()
/third_party/rust/crates/libc/libc-test/src/
H A Dcmsg.c10 return CMSG_FIRSTHDR(msgh); in cmsg_firsthdr()
/third_party/musl/src/network/
H A Dsendmsg.c26 for (c=CMSG_FIRSTHDR(&h); c; c=CMSG_NXTHDR(&h,c)) in sendmsg()
H A Drecvmsg.c23 for (cmsg=CMSG_FIRSTHDR(msg); cmsg; cmsg=CMSG_NXTHDR(msg, cmsg)) { in __convert_scm_timestamps()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_assoc_abort.c129 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
192 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
H A Dtest_assoc_shutdown.c129 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
193 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
H A Dtest_inaddr_any.c161 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
209 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
H A Dtest_1_to_1_events.c121 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
H A Dtest_1_to_1_threads.c107 cmsg = CMSG_FIRSTHDR(&outmessage); in t_send()
H A Dtest_1_to_1_sendmsg.c139 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
297 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
H A Dtest_basic.c178 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
293 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
H A Dtest_timetolive.c203 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
277 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
/third_party/musl/porting/liteos_a/user/src/network/
H A Drecvmsg.c21 for (cmsg=CMSG_FIRSTHDR(msg); cmsg; cmsg=CMSG_NXTHDR(msg, cmsg)) { in __convert_scm_timestamps()
/third_party/rust/crates/libc/libc-test/test/
H A Dcmsg.rs40 assert_eq!(libc::CMSG_FIRSTHDR(pmhdr), cmsg_firsthdr(pmhdr)); in test_cmsg_firsthdr()
/third_party/ffmpeg/libavformat/
H A Dsctp.c102 for (cmsg = CMSG_FIRSTHDR(&inmsg); cmsg; in ff_sctp_recvmsg()
138 cmsg = CMSG_FIRSTHDR(&outmsg); in ff_sctp_send()
/third_party/ltp/utils/sctp/testlib/
H A Dsctputil.c105 for (cmsg = CMSG_FIRSTHDR(msg); in test_print_message()
286 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in test_check_msg_data()
/third_party/toybox/toys/net/
H A Dping.c282 cmsg = CMSG_FIRSTHDR(&msg); in ping_main()
283 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { in ping_main()
/third_party/musl/libc-test/src/api/
H A Dsys_socket.c48 #ifndef CMSG_FIRSTHDR in f()
/third_party/nghttp2/src/
H A Dutil.cc1722 for (auto cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in msghdr_get_local_addr()
1737 for (auto cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in msghdr_get_local_addr()
1758 for (auto cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in msghdr_get_ecn()
1772 for (auto cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in msghdr_get_ecn()
1793 for (auto cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in msghdr_get_udp_gro()
/third_party/libuv/test/
H A Dtest-pipe-sendmsg.c135 cmsg = CMSG_FIRSTHDR(&msg); in TEST_IMPL()

Completed in 17 milliseconds

1234