HomeSort by: relevance | last modified time | path
    Searched defs:linux_cmsghdr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/compat/linux/common/
linux_socket.h 181 * Fortunately for linux, linux_cmsghdr is always size_t aligned !
185 struct linux_cmsghdr { struct
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)
    [all...]

Completed in 284 milliseconds