Searched refs:sys_sendto (Results 1 – 5 of 5) sorted by relevance
807 sys_sendto(struct thread *td, struct sendto_args *uap) in sys_sendto() function
202 …{ .sy_narg = AS(sendto_args), .sy_call = (sy_call_t *)sys_sendto, .sy_auevent = AUE_SENDTO, .sy_fl…
1226 error = sys_sendto(td, &bsd_args); in linux_send()
203 …{ .sy_narg = AS(sendto_args), .sy_call = (sy_call_t *)sys_sendto, .sy_auevent = AUE_SENDTO, .sy_fl…
2014 int sys_sendto(struct thread *, struct sendto_args *);