Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linux/
HDlinux_socket.c518 bsd_to_linux_msghdr(const struct msghdr *bhdr, struct l_msghdr *lhdr) in bsd_to_linux_msghdr() function
1265 error = bsd_to_linux_msghdr(msg, &linux_msg); in linux_recvmsg_common()