Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dsocketvar.h708 extern int sorestrictrecv;
/xnu-8020.101.4/bsd/kern/
H A Duipc_socket.c306 int sorestrictrecv = 1; variable
307 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictrecv, CTLFLAG_RW | CTLFLAG_LOCKED,
308 &sorestrictrecv, 0, "Enable inbound interface restrictions");
/xnu-8020.101.4/bsd/netinet/
H A Din_pcb.c3729 if (!sorestrictrecv) { in _inp_restricted_recv()