Searched defs:CMSG_SPACE (Results 1 – 4 of 4) sorted by relevance
301 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro