CMSG32_ALIGN
resid -= CMSG32_ALIGN(cmsg32.cmsg_len);
#define CMSG32_ASIZE CMSG32_ALIGN(sizeof(struct cmsghdr))
(__CASTV(char *, kcmsg) + CMSG32_ALIGN((ucmsg)->cmsg_len))
#define CMSG32_SPACE(l) (CMSG32_ALIGN(sizeof(struct cmsghdr)) + CMSG32_ALIGN(l))
#define CMSG32_LEN(l) (CMSG32_ALIGN(sizeof(struct cmsghdr)) + (l))