Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipfw2.c4164 ipfw_insn *have_skipcmd = NULL; in compile_rule() local
5510 if (have_skipcmd) in compile_rule()
5513 have_skipcmd = cmd; in compile_rule()
5534 if (!have_state && have_skipcmd) in compile_rule()
5602 if (have_skipcmd) { in compile_rule()
5603 i = F_LEN(have_skipcmd); in compile_rule()
5605 bcopy(have_skipcmd, dst, i * sizeof(uint32_t)); in compile_rule()