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

/freebsd-11-stable/etc/rc.d/
H A Dpf31 $pf_program -f "$pf_rules" $pf_flags
50 $pf_program -n -f "$pf_rules" $pf_flags
61 $pf_program -n -f "$pf_rules" $pf_flags || return 1
62 $pf_program -f "$pf_rules" $pf_flags
/freebsd-11-stable/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.conf28 pf_flags=""
/freebsd-11-stable/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.conf28 pf_flags=""
/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvarp.h118 int pf_flags; member in struct:pccard_function
131 /* pf_flags */
H A Dpccard.c480 if (pf->pf_flags & PFF_ENABLED) {
594 if (pf->pf_flags & PFF_ENABLED) {
665 if (pf->pf_flags & PFF_ENABLED)
674 if ((tmp->pf_flags & PFF_ENABLED) &&
753 pf->pf_flags |= PFF_ENABLED;
777 if ((pf->pf_flags & PFF_ENABLED) == 0)
795 pf->pf_flags &= ~PFF_ENABLED;
797 if ((tmp->pf_flags & PFF_ENABLED) &&
/freebsd-11-stable/etc/defaults/
H A Drc.conf206 pf_flags="" # additional flags for pfctl

Completed in 95 milliseconds