HomeSort by: relevance | last modified time | path
    Searched refs:linux_cmsghdr (Results 1 - 2 of 2) 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...]
linux_socket.c 510 struct linux_cmsghdr l_cmsg, *l_cc;
680 struct linux_cmsghdr linux_cmsg;

Completed in 39 milliseconds