Searched defs:CMSG_SPACE (Results 1 – 7 of 7) sorted by relevance
67 #define CMSG_SPACE(len) GLIB_ALIGN_TO_SIZEOF (CMSG_LEN (len), struct cmsghdr) macro
361 #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