Searched defs:CMSG_NXTHDR (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/linux-raw-sys/src/ |
D | lib.rs | 113 pub unsafe fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr { in CMSG_NXTHDR() function
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 355 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/include/sys/ |
D | socket.h | 357 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 355 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 361 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 346 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 357 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 359 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 355 #define CMSG_NXTHDR(mhdr, cmsg) ((cmsg)->cmsg_len < sizeof (struct cmsghdr) || \ macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 163 #define CMSG_NXTHDR(mhdr, cmsg) \ macro
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 251 #define CMSG_NXTHDR(x, y) WSA_CMSG_NXTHDR(x, y) macro
|