Searched refs:sys_sendto (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_socksys.c | 106 return sys_sendto(td, passargs); in ibcs2_socksys()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_socket.c | 982 return (sys_sendto(td, &bsd_args)); in linux_send()
|
| /freebsd-12.1/sys/kern/ |
| H A D | uipc_syscalls.c | 827 sys_sendto(struct thread *td, struct sendto_args *uap) in sys_sendto() function
|
| H A D | init_sysent.c | 185 …{ AS(sendto_args), (sy_call_t *)sys_sendto, AUE_SENDTO, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 192 …{ AS(sendto_args), (sy_call_t *)sys_sendto, AUE_SENDTO, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1884 int sys_sendto(struct thread *, struct sendto_args *);
|