Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h736 extern int sorestrictsend;
/xnu-12377.61.12/bsd/kern/
H A Duipc_socket.c288 int sorestrictsend = 1; variable
289 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictsend, CTLFLAG_RW | CTLFLAG_LOCKED,
290 &sorestrictsend, 0, "Enable outbound interface restrictions");
/xnu-12377.61.12/bsd/netinet/
H A Din_pcb.c4106 if (!sorestrictsend) { in _inp_restricted_send()