Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dsocketvar.h988 extern int soshutdown(struct socket *so, int how);
/xnu-11215.81.4/bsd/kern/
H A Dkpi_socket.c1062 return soshutdown(sock, how); in sock_shutdown()
H A Duipc_syscalls.c2991 error = soshutdown((struct socket *)so, uap->how); in shutdown()
H A Duipc_socket.c4434 soshutdown(struct socket *so, int how) in soshutdown() function