Searched refs:kern_socketpair (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 339 int kern_socketpair(struct thread *td, int domain, int type, int protocol,
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_syscalls.c | 567 kern_socketpair(struct thread *td, int domain, int type, int protocol, in kern_socketpair() function 661 error = kern_socketpair(td, uap->domain, uap->type, in sys_socketpair()
|