Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dsocketvar.h732 extern int sorestrictrecv;
/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c316 int sorestrictrecv = 1; variable
317 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictrecv, CTLFLAG_RW | CTLFLAG_LOCKED,
318 &sorestrictrecv, 0, "Enable inbound interface restrictions");
/xnu-8796.121.2/bsd/netinet/
H A Din_pcb.c3788 if (!sorestrictrecv) { in _inp_restricted_recv()