Searched refs:max_log (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h329 u_int32_t max_log; /* how many do we log -- 0 = all */ member in struct:_ipfw_insn_log
H A Dip_fw2_compat.c484 if (logptr->max_log > 0)
485 printf(" log logamount %d", logptr->max_log);
960 compat_rule->fw_logamount = c->max_log;
1239 compat_rule->fw_logamount = c->max_log;
2093 c->max_log = compat_rule->fw_logamount;
2636 c->max_log = compat_rule->fw_logamount;
H A Dip_fw2.c1080 if (l->max_log != 0 && l->log_left == 0)
1084 limit_reached = l->max_log;
3131 l->log_left = l->max_log;
3260 ((ipfw_insn_log *)cmd)->max_log == 0 && verbose_limit != 0) {
3261 ((ipfw_insn_log *)cmd)->max_log = verbose_limit;
3265 ((ipfw_insn_log *)cmd)->max_log;

Completed in 32 milliseconds