Home
last modified time | relevance | path

Searched refs:sys_sendto (Results 1 – 5 of 5) sorted by relevance

/src/sys/kern/ !
H A Duipc_syscalls.c807 sys_sendto(struct thread *td, struct sendto_args *uap) in sys_sendto() function
H A Dinit_sysent.c202 …{ .sy_narg = AS(sendto_args), .sy_call = (sy_call_t *)sys_sendto, .sy_auevent = AUE_SENDTO, .sy_fl…
/src/sys/compat/linux/ !
H A Dlinux_socket.c1226 error = sys_sendto(td, &bsd_args); in linux_send()
/src/sys/compat/freebsd32/ !
H A Dfreebsd32_sysent.c203 …{ .sy_narg = AS(sendto_args), .sy_call = (sy_call_t *)sys_sendto, .sy_auevent = AUE_SENDTO, .sy_fl…
/src/sys/sys/ !
H A Dsysproto.h2021 int sys_sendto(struct thread *, struct sendto_args *);