Searched defs:CMSG_LEN (Results 1 – 11 of 11) sorted by relevance
101 pub unsafe fn CMSG_LEN(len: c_uint) -> c_uint { in CMSG_LEN() function
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
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
257 #define CMSG_LEN(x) WSA_CMSG_LEN(x) macro