Searched refs:verbose_limit (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c142 static int verbose_limit; variable
182 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, verbose_limit, CTLFLAG_RW | CTLFLAG_LOCKED,
183 &verbose_limit, 0, "Set upper limit of matches of ipfw rules logged");
1149 if (verbose_limit != 0 && norule_counter >= verbose_limit)
1152 if (norule_counter == verbose_limit)
1153 limit_reached = verbose_limit;
3339 ((ipfw_insn_log *)cmd)->max_log == 0 && verbose_limit != 0) {
3340 ((ipfw_insn_log *)cmd)->max_log = verbose_limit;
4072 verbose_limit
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.c157 SYSCTL_INT(_net_inet6_ip6_fw, OID_AUTO, verbose_limit, CTLFLAG_RW | CTLFLAG_LOCKED, &fw6_verbose_limit, 0, "");

Completed in 22 milliseconds