Home
last modified time | relevance | path

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

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.h163 #define IPV6_FW_F_INVDST 0x2000 /* Invert sense of dst check */ macro
H A Dip6_fw.c557 if (((f->fw_flg & IPV6_FW_F_INVDST) != 0) ^ in ip6_fw_chk()
/dragonfly/sbin/ip6fw/
H A Dip6fw.c315 printf(" to %s", chain->fw_flg & IPV6_FW_F_INVDST ? "not " : ""); in show_ip6fw()
971 rule.fw_flg |= IPV6_FW_F_INVDST; in add()