Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsocketvar.h924 extern int soshutdown(struct socket *so, int how);
/xnu-8020.101.4/bsd/kern/
H A Dkpi_socket.c1012 return soshutdown(sock, how); in sock_shutdown()
H A Duipc_syscalls.c2462 error = soshutdown((struct socket *)so, uap->how); in shutdown()
H A Duipc_socket.c4667 soshutdown(struct socket *so, int how) in soshutdown() function