Home
last modified time | relevance | path

Searched defs:CMSG_LEN (Results 1 - 21 of 21) sorted by relevance

/third_party/rust/crates/linux-raw-sys/src/
H A Dlib.rs101 pub unsafe fn CMSG_LEN(len: c_uint) -> c_uint { in CMSG_LEN() functions
/third_party/python/Modules/
H A Dsocketmodule.h61 # undef CMSG_LEN macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h353 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h364 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h368 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/lwip/src/include/lwip/
H A Dsockets.h178 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro
/third_party/musl/include/sys/
H A Dsocket.h367 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1686 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1075 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1533 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2336 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1489 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1537 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2542 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3273 pub fn CMSG_LEN(len: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3807 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2602 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5022 pub fn CMSG_LEN(length: ::c_uint) -> ::c_uint { in CMSG_LEN() functions

Completed in 111 milliseconds