Home
last modified time | relevance | path

Searched defs:CMSG_LEN (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs101 pub unsafe fn CMSG_LEN(len: c_uint) -> c_uint { in CMSG_LEN() function
/third_party/musl/include/sys/
Dsocket.h364 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h368 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h353 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h364 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h366 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/third_party/lwip/src/include/lwip/
Dsockets.h178 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h257 #define CMSG_LEN(x) WSA_CMSG_LEN(x) macro