Searched refs:recvfrom_args (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/libnetgraph/ |
| H A D | compat.c | 91 struct recvfrom_args *src = (struct recvfrom_args *)data; in ngctl() 92 struct recvfrom_args *dst = (struct recvfrom_args *)(msg->ngctl.data); in ngctl() 94 dst->buf = msg->buf_addr + sizeof(struct recvfrom_args); in ngctl() 135 struct recvfrom_args *dst = (struct recvfrom_args *)data; in ngctl() 136 struct recvfrom_args *src = (struct recvfrom_args *)(msg->ngctl.data); in ngctl() 215 struct recvfrom_args ra; in ng_recvfrom()
|
| /f-stack/lib/ |
| H A D | ff_ngctl.c | 76 ngctl_recvfrom(struct recvfrom_args *uap) in ngctl_recvfrom() 121 return ngctl_recvfrom((struct recvfrom_args *)data); in ff_ngctl()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sysproto.h | 61 struct recvfrom_args { struct 342 int sys_recvfrom(struct thread *, struct recvfrom_args *);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_syscalls.c | 1087 sys_recvfrom(struct thread *td, struct recvfrom_args *uap) in sys_recvfrom() 1115 orecvfrom(struct thread *td, struct recvfrom_args *uap) in orecvfrom()
|
| H A D | init_sysent.c | 87 …{ .sy_narg = AS(recvfrom_args), .sy_call = (sy_call_t *)sys_recvfrom, .sy_auevent = AUE_RECVFROM, … 183 …{ compat(AS(recvfrom_args),recvfrom), .sy_auevent = AUE_RECVFROM, .sy_flags = SYF_CAPENABLED, .sy_…
|
| H A D | systrace_args.c | 198 struct recvfrom_args *p = params; in systrace_args()
|
| /f-stack/freebsd/sys/ |
| H A D | sysproto.h | 133 struct recvfrom_args { struct 1874 int sys_recvfrom(struct thread *, struct recvfrom_args *); 2406 int orecvfrom(struct thread *, struct recvfrom_args *);
|