Searched defs:CMSG_SPACE (Results 1 – 11 of 11) sorted by relevance
97 pub unsafe fn CMSG_SPACE(len: c_uint) -> c_uint { in CMSG_SPACE() function
361 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
363 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
367 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
352 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
365 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
175 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro
254 #define CMSG_SPACE(x) WSA_CMSG_SPACE(x) macro