Home
last modified time | relevance | path

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

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