__CMSG_ALIGN 382 sys/socket.h ((u_char *)(cmsg) + __CMSG_ALIGN(sizeof(struct cmsghdr))) __CMSG_ALIGN 386 sys/socket.h (((caddr_t)(cmsg) + __CMSG_ALIGN((cmsg)->cmsg_len) + \ __CMSG_ALIGN 387 sys/socket.h __CMSG_ALIGN(sizeof(struct cmsghdr)) > \ __CMSG_ALIGN 390 sys/socket.h (struct cmsghdr *)((caddr_t)(cmsg) + __CMSG_ALIGN((cmsg)->cmsg_len))) __CMSG_ALIGN 404 sys/socket.h #define CMSG_ALIGN(n) __CMSG_ALIGN(n) __CMSG_ALIGN 408 sys/socket.h #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) __CMSG_ALIGN 411 sys/socket.h #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len))