Home
last modified time | relevance | path

Searched refs:sys_socket (Results 1 – 6 of 6) sorted by relevance

/f-stack/lib/
H A Dff_ngctl.c43 int error = sys_socket(curthread, uap); in ngctl_socket()
H A DMakefile304 sys_socket.c \
H A Dff_syscall_wrapper.c534 if ((rc = sys_socket(curthread, &sa))) in ff_socket()
/f-stack/freebsd/kern/
H A Duipc_syscalls.c126 sys_socket(struct thread *td, struct socket_args *uap) in sys_socket() function
H A Dinit_sysent.c155 …{ .sy_narg = AS(socket_args), .sy_call = (sy_call_t *)sys_socket, .sy_auevent = AUE_SOCKET, .sy_fl…
/f-stack/freebsd/sys/
H A Dsysproto.h1922 int sys_socket(struct thread *, struct socket_args *);