Home
last modified time | relevance | path

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

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.h149 #define IPV6_FW_F_PRN 0x0080 /* Print if this rule matches */ macro
H A Dip6_fw.c709 if ((f->fw_flg & IPV6_FW_F_PRN) && fw6_verbose) in ip6_fw_chk()
/dragonfly/sbin/ip6fw/
H A Dip6fw.c274 if (chain->fw_flg & IPV6_FW_F_PRN) in show_ip6fw()
921 rule.fw_flg |= IPV6_FW_F_PRN; av++; ac--; in add()