Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dsocketvar.h733 extern int sorestrictsend;
/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c320 int sorestrictsend = 1; variable
321 SYSCTL_INT(_kern_ipc, OID_AUTO, sorestrictsend, CTLFLAG_RW | CTLFLAG_LOCKED,
322 &sorestrictsend, 0, "Enable outbound interface restrictions");
/xnu-8796.121.2/bsd/netinet/
H A Din_pcb.c3858 if (!sorestrictsend) { in _inp_restricted_send()