Searched defs:CMSG_LEN (Results 1 – 7 of 7) sorted by relevance
61 #define CMSG_LEN(len) ((size_t)CMSG_DATA((struct cmsghdr *)NULL) + (len)) macro
362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
366 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
178 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro