Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dsocketvar.h733 extern int sorestrictsend;
/xnu-8792.41.9/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-8792.41.9/bsd/netinet/
H A Din_pcb.c3858 if (!sorestrictsend) { in _inp_restricted_send()