Searched refs:CMSG_ALIGN (Results 1 – 1 of 1) sorted by relevance
94 #define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) ) macro97 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len))131 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len)); in __cmsg_nxthdr()