Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsocketvar.h713 extern int sorestrictsend;
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket.c310 int sorestrictsend = 1; variable
311 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictsend, CTLFLAG_RW | CTLFLAG_LOCKED,
312 &sorestrictsend, 0, "Enable outbound interface restrictions");
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c3799 if (!sorestrictsend) { in _inp_restricted_send()