Home | History | Annotate | Download | only in common

Lines Matching defs:linux_cmsghdr

181  * Fortunately for linux, linux_cmsghdr is always size_t aligned !
185 struct linux_cmsghdr {
196 ((u_char *)((struct linux_cmsghdr *)(cmsg) + 1))
201 (struct linux_cmsghdr *)NULL : \
202 (struct linux_cmsghdr *)((char *)(ucmsg) + \
206 (CMSG_ALIGN(sizeof(struct cmsghdr)) - sizeof(struct linux_cmsghdr))
209 ((mhdr)->msg_controllen >= sizeof(struct linux_cmsghdr) ? \
210 (struct linux_cmsghdr *)(mhdr)->msg_control : NULL)
213 (sizeof(struct linux_cmsghdr) + LINUX_CMSG_ALIGN(l))
215 (sizeof(struct linux_cmsghdr) + (l))