Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h339 int kern_socketpair(struct thread *td, int domain, int type, int protocol,
/f-stack/freebsd/kern/
H A Duipc_syscalls.c567 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()