Searched defs:CMSG_LEN (Results 1 – 9 of 9) sorted by relevance
101 pub unsafe fn CMSG_LEN(len: c_uint) -> c_uint { in CMSG_LEN() function
362 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
364 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
368 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
353 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
178 #define CMSG_LEN(length) (ALIGN_D(sizeof(struct cmsghdr)) + \ macro