Home
last modified time | relevance | path

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

/netbsd/sys/compat/netbsd32/
H A 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()
H A Dnetbsd32.h744 struct netbsd32_msghdr { struct
766 struct netbsd32_msghdr msg_hdr; argument
H A Dnetbsd32_conv.h300 netbsd32_to_msghdr(const struct netbsd32_msghdr *mhp32, struct msghdr *mhp) in netbsd32_to_msghdr()
314 netbsd32_from_msghdr(struct netbsd32_msghdr *mhp32, const struct msghdr *mhp) in netbsd32_from_msghdr()