Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c148 if (l->max_log != 0 && l->log_left == 0) in ipfw_log()
152 limit_reached = l->max_log; in ipfw_log()
H A Dip_fw_sockopt.c1254 l->log_left = l->max_log; in clear_counters()
1873 ((ipfw_insn_log *)cmd)->max_log; in check_ipfw_rule_body()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h450 u_int32_t max_log; /* how many do we log -- 0 = all */ member
/f-stack/freebsd/netinet/
H A Dip_fw.h450 u_int32_t max_log; /* how many do we log -- 0 = all */ member
/f-stack/tools/ipfw/
H A Dipfw2.c1900 if (insntod(cmd, log)->max_log > 0) in print_action_instruction()
1902 insntod(cmd, log)->max_log); in print_action_instruction()
4285 c->max_log = l; in compile_rule()
4288 len = sizeof(c->max_log); in compile_rule()
4290 &c->max_log, &len, NULL, 0) == -1) { in compile_rule()
4292 c->max_log = 0; in compile_rule()