Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipfw2.c4271 ipfw_insn *have_skipcmd = NULL; in compile_rule() local
5617 if (have_skipcmd) in compile_rule()
5620 have_skipcmd = cmd; in compile_rule()
5641 if (!have_state && have_skipcmd) in compile_rule()
5709 if (have_skipcmd) { in compile_rule()
5710 i = F_LEN(have_skipcmd); in compile_rule()
5712 bcopy(have_skipcmd, dst, i * sizeof(uint32_t)); in compile_rule()