Searched refs:linux_sendmsg (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/compat/linux/ |
| HD | linux_socket.h | 262 int linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args);
|
| HD | linux_socket.c | 1177 linux_sendmsg(struct thread *td, struct linux_sendmsg_args *args) in linux_sendmsg() function 1694 return (linux_sendmsg(td, arg)); in linux_socketcall()
|
| /NextBSD/sys/amd64/linux/ |
| HD | linux_sysent.c | 67 …{ AS(linux_sendmsg_args), (sy_call_t *)linux_sendmsg, AUE_SENDMSG, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| HD | linux_proto.h | 1149 int linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
|