Searched refs:linux_recvfrom (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 1259 linux_recvfrom(struct thread *td, struct linux_recvfrom_args *args) in linux_recvfrom() function 2256 return (linux_recvfrom(td, arg)); in linux_socketcall()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 65 …{ .sy_narg = AS(linux_recvfrom_args), .sy_call = (sy_call_t *)linux_recvfrom, .sy_auevent = AUE_RE…
|
| H A D | linux_proto.h | 1415 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 391 …{ .sy_narg = AS(linux_recvfrom_args), .sy_call = (sy_call_t *)linux_recvfrom, .sy_auevent = AUE_RE…
|
| H A D | linux32_proto.h | 1939 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 391 …{ .sy_narg = AS(linux_recvfrom_args), .sy_call = (sy_call_t *)linux_recvfrom, .sy_auevent = AUE_RE…
|
| H A D | linux_proto.h | 1934 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
|
| /freebsd-13.1/sys/arm/linux/ |
| H A D | linux_sysent.c | 312 …{ .sy_narg = AS(linux_recvfrom_args), .sy_call = (sy_call_t *)linux_recvfrom, .sy_auevent = AUE_RE…
|
| H A D | linux_proto.h | 1426 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 227 …{ .sy_narg = AS(linux_recvfrom_args), .sy_call = (sy_call_t *)linux_recvfrom, .sy_auevent = AUE_RE…
|
| H A D | linux_proto.h | 1360 int linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
|