Searched refs:have_altq (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c2869 ipfw_insn *have_log = NULL, *have_altq = NULL, *have_tag = NULL; local
3241 if (have_altq)
3244 have_altq = (ipfw_insn *)a;
3992 if (have_altq) {
3993 i = F_LEN(have_altq);
3995 bcopy(have_altq, dst, i * sizeof(uint32_t));

Completed in 98 milliseconds