Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h303 int kern_socket(struct thread *td, int domain, int type, int protocol);
/f-stack/freebsd/kern/
H A Duipc_syscalls.c129 return (kern_socket(td, uap->domain, uap->type, uap->protocol)); in sys_socket()
133 kern_socket(struct thread *td, int domain, int type, int protocol) in kern_socket() function