Searched defs:CMSG_LEN (Results 1 – 2 of 2) sorted by relevance
250 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
305 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
Completed in 10 milliseconds