Home
last modified time | relevance | path

Searched refs:have_altq (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
4308 if (have_altq) in compile_rule()
4311 have_altq = (ipfw_insn *)a; in compile_rule()
5169 if (have_altq) { in compile_rule()
5170 i = F_LEN(have_altq); in compile_rule()
5172 bcopy(have_altq, dst, i * sizeof(uint32_t)); in compile_rule()