Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dsocketvar.h744 extern int sorestrictrecv;
/xnu-11417.121.6/bsd/kern/
H A Duipc_socket.c319 int sorestrictrecv = 1; variable
320 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictrecv, CTLFLAG_RW | CTLFLAG_LOCKED,
321 &sorestrictrecv, 0, "Enable inbound interface restrictions");
/xnu-11417.121.6/bsd/netinet/
H A Din_pcb.c4061 if (!sorestrictrecv) { in _inp_restricted_recv()