Home
last modified time | relevance | path

Searched refs:linux_cmsghdr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/compat/linux/common/
H A Dlinux_socket.h178 struct linux_cmsghdr { struct
189 ((u_char *)((struct linux_cmsghdr *)(cmsg) + 1)) argument
194 (struct linux_cmsghdr *)NULL : \
195 (struct linux_cmsghdr *)((char *)(ucmsg) + \
199 (CMSG_ALIGN(sizeof(struct cmsghdr)) - sizeof(struct linux_cmsghdr))
202 ((mhdr)->msg_controllen >= sizeof(struct linux_cmsghdr) ? \
203 (struct linux_cmsghdr *)(mhdr)->msg_control : NULL)
206 (sizeof(struct linux_cmsghdr) + LINUX_CMSG_ALIGN(l))
208 (sizeof(struct linux_cmsghdr) + (l))
H A Dlinux_socket.c510 struct linux_cmsghdr l_cmsg, *l_cc; in linux_sys_sendmsg()
680 struct linux_cmsghdr linux_cmsg; in linux_copyout_msg_control()