Home
last modified time | relevance | path

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

/third_party/rust/crates/linux-raw-sys/src/
Dlib.rs97 pub unsafe fn CMSG_SPACE(len: c_uint) -> c_uint { in CMSG_SPACE() function
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h361 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/include/sys/
Dsocket.h363 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h361 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h367 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h352 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h363 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/ndk_musl_include/sys/
Dsocket.h365 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h361 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/lwip/src/include/lwip/
Dsockets.h175 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h254 #define CMSG_SPACE(x) WSA_CMSG_SPACE(x) macro