Home
last modified time | relevance | path

Searched refs:soshutdown (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocketvar.h469 int soshutdown(struct socket *so, int how);
/f-stack/freebsd/sys/
H A Dsocketvar.h469 int soshutdown(struct socket *so, int how);
/f-stack/freebsd/kern/
H A Duipc_syscalls.c1218 error = soshutdown(so, how); in kern_shutdown()
H A Duipc_socket.c2816 soshutdown(struct socket *so, int how) function