Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dsocketvar.h955 extern int soshutdown(struct socket *so, int how);
/xnu-8796.121.2/bsd/kern/
H A Dkpi_socket.c1063 return soshutdown(sock, how); in sock_shutdown()
H A Duipc_syscalls.c2503 error = soshutdown((struct socket *)so, uap->how); in shutdown()
H A Duipc_socket.c4704 soshutdown(struct socket *so, int how) in soshutdown() function