Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c158 extern unsigned int log_restricted;
721 if (log_restricted) { in ip_output_list()
833 if (log_restricted) { in ip_output_list()
1326 if (log_restricted) { in ip_output_list()
H A Din_pcb.c3999 unsigned int log_restricted; variable
4001 SYSCTL_INT(_net_inet, OID_AUTO, log_restricted,
4002 CTLFLAG_RW | CTLFLAG_LOCKED, &log_restricted, 0,
4085 if (ret == TRUE && log_restricted) { in inp_restricted_recv()
4161 if (ret == TRUE && log_restricted) { in inp_restricted_send()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c190 extern unsigned int log_restricted;
1240 if (log_restricted) { in ip6_output_list()