Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipfw2.c4015 ipfw_insn *have_log = NULL, *have_altq = NULL, *have_tag = NULL; in compile_rule() local
4480 if (have_log) in compile_rule()
4483 have_log = (ipfw_insn *)c; in compile_rule()
5384 if (have_log) { in compile_rule()
5385 i = F_LEN(have_log); in compile_rule()
5387 bcopy(have_log, dst, i * sizeof(uint32_t)); in compile_rule()
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c52 int have_log; member