Home
last modified time | relevance | path

Searched refs:pru_shutdown_notsupp (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h589 extern int pru_shutdown_notsupp(struct socket *so);
/xnu-10063.101.15/bsd/net/
H A Dnet_stubs.c421 STUB(pru_shutdown_notsupp);
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket2.c2163 pru_shutdown_notsupp(struct socket *so) in pru_shutdown_notsupp() function
2230 DEFAULT(pru->pru_shutdown, pru_shutdown_notsupp); in pru_sanitize()