Home
last modified time | relevance | path

Searched refs:kern_socketpair (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_fd.c122 error = kern_socketpair(td, AF_UNIX, type, 0, fds); in cloudabi_sys_fd_create2()
/freebsd-12.1/sys/sys/
H A Dsyscallsubr.h300 int kern_socketpair(struct thread *td, int domain, int type, int protocol,
/freebsd-12.1/sys/kern/
H A Duipc_syscalls.c566 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()