Searched refs:__CMSG_ALIGN (Results 1 – 3 of 3) sorted by relevance
542 #define __CMSG_ALIGN(n) (((n) + __ALIGNBYTES) & ~__ALIGNBYTES) macro545 #define CMSG_ALIGN(n) __CMSG_ALIGN(n)548 #define __CMSG_ASIZE __CMSG_ALIGN(sizeof(struct cmsghdr))550 (__CASTV(char *, cmsg) + __CMSG_ALIGN((cmsg)->cmsg_len))573 #define CMSG_SPACE(l) (__CMSG_ASIZE + __CMSG_ALIGN(l))
284 #if !defined(__CMSG_ALIGN)286 #define __CMSG_ALIGN(a) CMSG_ALIGN(a) macro
1724 cmsg->cmsg_len - __CMSG_ALIGN(sizeof(*cmsg));