Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/ !
H A Dip_icmp.c137 static int log_redirect = 0; variable
138 SYSCTL_INT(_net_inet_icmp, OID_AUTO, log_redirect,
140 &log_redirect, 0, "");
757 should_log_redirect = log_redirect || (icmpprintfs > 0); in icmp_input()
759 should_log_redirect = log_redirect; in icmp_input()