Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_socket.c164 msg_recv_copyin(struct lwp *l, const struct netbsd32_msghdr *msg32, in msg_recv_copyin()
192 msg_recv_copyout(struct lwp *l, struct netbsd32_msghdr *msg32, in msg_recv_copyout()
193 struct msghdr *msg, struct netbsd32_msghdr *arg, in msg_recv_copyout()
228 struct netbsd32_msghdr msg32; in netbsd32_recvmsg()
268 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr; in netbsd32_recvmmsg()
481 msg_send_copyin(struct lwp *l, const struct netbsd32_msghdr *msg32, in msg_send_copyin()
535 struct netbsd32_msghdr msg32; in netbsd32_sendmsg()
567 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr; in netbsd32_sendmmsg()
Dnetbsd32.h753 struct netbsd32_msghdr { struct
775 struct netbsd32_msghdr msg_hdr; argument
Dnetbsd32_conv.h301 netbsd32_to_msghdr(const struct netbsd32_msghdr *mhp32, struct msghdr *mhp) in netbsd32_to_msghdr()
315 netbsd32_from_msghdr(struct netbsd32_msghdr *mhp32, const struct msghdr *mhp) in netbsd32_from_msghdr()