Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h735 extern int sorestrictrecv;
/xnu-12377.61.12/bsd/kern/
H A Duipc_socket.c284 int sorestrictrecv = 1; variable
285 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictrecv, CTLFLAG_RW | CTLFLAG_LOCKED,
286 &sorestrictrecv, 0, "Enable inbound interface restrictions");
/xnu-12377.61.12/bsd/netinet/
H A Din_pcb.c4019 if (!sorestrictrecv) { in _inp_restricted_recv()