Searched refs:kern_socketpair (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/compat/cloudabi/ |
| H A D | cloudabi_fd.c | 122 error = kern_socketpair(td, AF_UNIX, type, 0, fds); in cloudabi_sys_fd_create2()
|
| /freebsd-12.1/sys/sys/ |
| H A D | syscallsubr.h | 300 int kern_socketpair(struct thread *td, int domain, int type, int protocol,
|
| /freebsd-12.1/sys/kern/ |
| H A D | uipc_syscalls.c | 566 kern_socketpair(struct thread *td, int domain, int type, int protocol, in kern_socketpair() function 660 error = kern_socketpair(td, uap->domain, uap->type, in sys_socketpair()
|