Searched refs:sorestrictrecv (Results 1 – 3 of 3) sorted by relevance
735 extern int sorestrictrecv;
284 int sorestrictrecv = 1; variable285 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictrecv, CTLFLAG_RW | CTLFLAG_LOCKED,286 &sorestrictrecv, 0, "Enable inbound interface restrictions");
4019 if (!sorestrictrecv) { in _inp_restricted_recv()