Searched refs:_CMSG_ALIGN (Results 1 – 1 of 1) sorted by relevance
482 #define _CMSG_ALIGN(n) (((n) + __ALIGNBYTES) & ~__ALIGNBYTES) macro485 #define CMSG_ALIGN(n) _CMSG_ALIGN(n)491 _CMSG_ALIGN(sizeof(struct cmsghdr)))495 (((char *)(cmsg) + _CMSG_ALIGN((cmsg)->cmsg_len) + \496 _CMSG_ALIGN(sizeof(struct cmsghdr)) > \499 (struct cmsghdr *)((char *)(cmsg) + _CMSG_ALIGN((cmsg)->cmsg_len)))513 #define CMSG_SPACE(l) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(l))514 #define CMSG_LEN(l) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (l))