Searched refs:have_log (Results 1 – 2 of 2) sorted by relevance
4015 ipfw_insn *have_log = NULL, *have_altq = NULL, *have_tag = NULL; in compile_rule() local 4480 if (have_log) in compile_rule() 4483 have_log = (ipfw_insn *)c; in compile_rule() 5384 if (have_log) { in compile_rule() 5385 i = F_LEN(have_log); in compile_rule() 5387 bcopy(have_log, dst, i * sizeof(uint32_t)); in compile_rule()
52 int have_log; member