Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dip_icmp.c136 static int log_redirect = 0; variable
137 SYSCTL_INT(_net_inet_icmp, OID_AUTO, log_redirect,
139 &log_redirect, 0, "");
752 should_log_redirect = log_redirect || (icmpprintfs > 0); in icmp_input()
754 should_log_redirect = log_redirect; in icmp_input()