Home
last modified time | relevance | path

Searched refs:sendto_args (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/kern/
HDuipc_syscalls.c816 sys_sendto(struct thread *td, struct sendto_args *uap) in sys_sendto()
HDinit_sysent.c196 …{ .sy_narg = AS(sendto_args), .sy_call = (sy_call_t *)sys_sendto, .sy_auevent = AUE_SENDTO, .sy_fl…
HDsystrace_args.c738 struct sendto_args *p = params; in systrace_args()
/freebsd-14-stable/sys/compat/linux/
HDlinux_socket.c1206 struct sendto_args /* { in linux_send()
/freebsd-14-stable/sys/sys/
HDsysproto.h427 struct sendto_args { struct
1986 int sys_sendto(struct thread *, struct sendto_args *);
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c197 …{ .sy_narg = AS(sendto_args), .sy_call = (sy_call_t *)sys_sendto, .sy_auevent = AUE_SENDTO, .sy_fl…
HDfreebsd32_systrace_args.c741 struct sendto_args *p = params; in systrace_args()