Searched refs:l_msghdr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/compat/linux/ |
| HD | linux_socket.c | 87 static int linux_sendmsg_common(struct thread *, l_int, struct l_msghdr *, 89 static int linux_recvmsg_common(struct thread *, l_int, struct l_msghdr *, 699 linux_to_bsd_msghdr(struct msghdr *bhdr, const struct l_msghdr *lhdr) in linux_to_bsd_msghdr() 724 bsd_to_linux_msghdr(const struct msghdr *bhdr, struct l_msghdr *lhdr) in bsd_to_linux_msghdr() 1354 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_sendmsg_common() 1362 struct l_msghdr linux_msghdr; in linux_sendmsg_common() 1773 linux_recvmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_recvmsg_common() 1780 struct l_msghdr l_msghdr; in linux_recvmsg_common() local 1789 error = copyin(msghdr, &l_msghdr, sizeof(l_msghdr)); in linux_recvmsg_common() 1797 l_msghdr.msg_flags = flags; in linux_recvmsg_common() [all …]
|
| HD | linux_socket.h | 54 struct l_msghdr { struct 65 struct l_msghdr msg_hdr; argument
|