/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() 44 cmsg = CMSG_NXTHDR(msg, last); in __convert_scm_timestamps()
|
/third_party/musl/src/network/ |
H A D | recvmsg.c | 23 for (cmsg=CMSG_FIRSTHDR(msg); cmsg; cmsg=CMSG_NXTHDR(msg, cmsg)) { in __convert_scm_timestamps() 46 cmsg = CMSG_NXTHDR(msg, last); in __convert_scm_timestamps()
|
H A D | sendmsg.c | 26 for (c=CMSG_FIRSTHDR(&h); c; c=CMSG_NXTHDR(&h,c)) in sendmsg()
|
/third_party/rust/crates/libc/libc-test/test/ |
H A D | cmsg.rs | 75 let libc_next = libc::CMSG_NXTHDR(pmhdr, pcmsghdr); in test_cmsg_nxthdr() 81 let libc_next = libc::CMSG_NXTHDR(pmhdr, pcmsghdr); in test_cmsg_nxthdr()
|
/third_party/ltp/lib/ |
H A D | tst_af_alg.c | 231 cmsg = CMSG_NXTHDR(&msg, cmsg); in tst_alg_sendmsg() 241 cmsg = CMSG_NXTHDR(&msg, cmsg); in tst_alg_sendmsg() 248 cmsg = CMSG_NXTHDR(&msg, cmsg); in tst_alg_sendmsg()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_socket.c | 45 #ifndef CMSG_NXTHDR in f() 46 #error no CMSG_NXTHDR in f()
|
/third_party/rust/crates/libc/libc-test/src/ |
H A D | cmsg.c | 14 return CMSG_NXTHDR(msgh, cmsg); in cmsg_nxthdr()
|
/third_party/ltp/utils/sctp/lib/ |
H A D | recvmsg.c | 90 cmsg = CMSG_NXTHDR(&inmsg, cmsg)){ in sctp_recvmsg()
|
/third_party/ltp/utils/sctp/testlib/ |
H A D | sctputil.c | 107 cmsg = CMSG_NXTHDR(msg, cmsg)) { in test_print_message() 287 cmsg = CMSG_NXTHDR(msg, cmsg)){ in test_check_msg_data()
|
/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()
|
H A D | shrpx_quic.cc | 118 cm = CMSG_NXTHDR(&msg, cm); in quic_send_packet() 128 cm = CMSG_NXTHDR(&msg, cm); in quic_send_packet()
|
/third_party/ltp/testcases/cve/ |
H A D | icmp_rate_limit01.c | 143 cmsg = CMSG_NXTHDR(&msg, cmsg)) { in count_icmp_errors()
|
/third_party/ffmpeg/libavformat/ |
H A D | sctp.c | 103 cmsg = CMSG_NXTHDR(&inmsg, cmsg)) { in ff_sctp_recvmsg()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 355 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 346 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 355 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 357 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 361 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 355 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 349 pcmsg = CMSG_NXTHDR(&msg, pcmsg)) { in so_test()
|
/third_party/musl/include/sys/ |
H A D | socket.h | 361 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/rust/crates/linux-raw-sys/src/ |
H A D | lib.rs | 113 pub unsafe fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { in CMSG_NXTHDR() functions
|
/third_party/toybox/toys/net/ |
H A D | ping.c | 283 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { in ping_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_linux.c | 709 hdr = CMSG_NXTHDR(&msg, hdr); in aes_128_cbc_oper() 818 hdr = CMSG_NXTHDR(&msg, hdr); in aes_unwrap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_linux.c | 709 hdr = CMSG_NXTHDR(&msg, hdr); in aes_128_cbc_oper() 818 hdr = CMSG_NXTHDR(&msg, hdr); in aes_unwrap()
|