Searched defs:CMSG_SPACE (Results 1 – 2 of 2) sorted by relevance
366 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro
176 #define CMSG_SPACE(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro