Searched refs:linux_sendto (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 1271 linux_sendto(struct thread *td, struct linux_sendto_args *args) in linux_sendto() function 2736 return (linux_sendto(td, arg)); in linux_socketcall()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 223 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 386 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 61 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 387 …{ .sy_narg = AS(linux_sendto_args), .sy_call = (sy_call_t *)linux_sendto, .sy_auevent = AUE_SENDTO…
|