Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgnetworking.h.in67 #define CMSG_SPACE(len) GLIB_ALIGN_TO_SIZEOF (CMSG_LEN (len), struct cmsghdr) macro
Dgnetworking.h67 #define CMSG_SPACE(len) GLIB_ALIGN_TO_SIZEOF (CMSG_LEN (len), struct cmsghdr) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h361 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/third_party/musl/include/sys/
Dsocket.h361 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
/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/porting/linux/user/include/sys/
Dsocket.h365 #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