Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.c3827 ipfw_insn *have_log = NULL, *have_altq = NULL, *have_tag = NULL; in compile_rule() local
4271 if (have_log) in compile_rule()
4274 have_log = (ipfw_insn *)c; in compile_rule()
5163 if (have_log) { in compile_rule()
5164 i = F_LEN(have_log); in compile_rule()
5166 bcopy(have_log, dst, i * sizeof(uint32_t)); in compile_rule()