/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ktls.h | 96 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 D | ktls.h | 96 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 D | sendmsg.c | 53 cmsg = CMSG_FIRSTHDR(&outmsg); in sctp_sendmsg() 96 cmsg = CMSG_FIRSTHDR(&outmsg); in sctp_send()
|
H A D | recvmsg.c | 89 for (cmsg = CMSG_FIRSTHDR(&inmsg); cmsg != NULL; in sctp_recvmsg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_linux.c | 466 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 D | crypto_linux.c | 466 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 D | cmsg.c | 10 return CMSG_FIRSTHDR(msgh); in cmsg_firsthdr()
|
/third_party/musl/src/network/ |
H A D | sendmsg.c | 26 for (c=CMSG_FIRSTHDR(&h); c; c=CMSG_NXTHDR(&h,c)) in sendmsg()
|
H A D | recvmsg.c | 23 for (cmsg=CMSG_FIRSTHDR(msg); cmsg; cmsg=CMSG_NXTHDR(msg, cmsg)) { in __convert_scm_timestamps()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_assoc_abort.c | 129 cmsg = CMSG_FIRSTHDR(&outmessage); in main() 192 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
|
H A D | test_assoc_shutdown.c | 129 cmsg = CMSG_FIRSTHDR(&outmessage); in main() 193 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
|
H A D | test_inaddr_any.c | 161 cmsg = CMSG_FIRSTHDR(&outmessage); in main() 209 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
|
H A D | test_1_to_1_events.c | 121 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
|
H A D | test_1_to_1_threads.c | 107 cmsg = CMSG_FIRSTHDR(&outmessage); in t_send()
|
H A D | test_1_to_1_sendmsg.c | 139 cmsg = CMSG_FIRSTHDR(&outmessage); in main() 297 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
|
H A D | test_basic.c | 178 cmsg = CMSG_FIRSTHDR(&outmessage); in main() 293 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
|
H A D | test_timetolive.c | 203 cmsg = CMSG_FIRSTHDR(&outmessage); in main() 277 cmsg = CMSG_FIRSTHDR(&outmessage); in main()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | recvmsg.c | 21 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 D | cmsg.rs | 40 assert_eq!(libc::CMSG_FIRSTHDR(pmhdr), cmsg_firsthdr(pmhdr)); in test_cmsg_firsthdr()
|
/third_party/ffmpeg/libavformat/ |
H A D | sctp.c | 102 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 D | sctputil.c | 105 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 D | ping.c | 282 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 D | sys_socket.c | 48 #ifndef CMSG_FIRSTHDR in f()
|
/third_party/nghttp2/src/ |
H A D | util.cc | 1722 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 D | test-pipe-sendmsg.c | 135 cmsg = CMSG_FIRSTHDR(&msg); in TEST_IMPL()
|