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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h303 u_int32_t log_left; /* how many left to log */ member in struct:_ipfw_insn_log
H A Dip_fw2.c582 if (l->max_log != 0 && l->log_left == 0)
584 l->log_left--;
585 if (l->log_left == 0)
2621 l->log_left = l->max_log;
2754 ((ipfw_insn_log *)cmd)->log_left =

Completed in 26 milliseconds