Home
last modified time | relevance | path

Searched defs:CMSG_FIRSTHDR (Results 1 - 16 of 16) sorted by relevance

/third_party/rust/crates/linux-raw-sys/src/
H A Dlib.rs105 pub unsafe fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { in CMSG_FIRSTHDR() functions
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h358 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h349 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h358 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h360 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h364 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h358 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h158 #define CMSG_FIRSTHDR(mhdr) \ macro
/third_party/musl/include/sys/
H A Dsocket.h363 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0) macro
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs545 pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { in CMSG_FIRSTHDR() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1057 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { in CMSG_FIRSTHDR() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1471 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { in CMSG_FIRSTHDR() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1520 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { in CMSG_FIRSTHDR() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2517 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { in CMSG_FIRSTHDR() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3255 pub fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr { in CMSG_FIRSTHDR() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2606 pub fn CMSG_FIRSTHDR(mhdr: *const ::msghdr) -> *mut ::cmsghdr { in CMSG_FIRSTHDR() functions

Completed in 53 milliseconds