Home
last modified time | relevance | path

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

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.h144 #define IPV6_FW_F_COUNT 0x0030 /* This is a count rule */ macro
H A Dip6_fw.c393 case IPV6_FW_F_COUNT: in ip6fw_report()
716 case IPV6_FW_F_COUNT: in ip6_fw_chk()
1084 case IPV6_FW_F_COUNT: in check_ip6fw_struct()
/dragonfly/sbin/ip6fw/
H A Dip6fw.c250 case IPV6_FW_F_COUNT: in show_ip6fw()
865 rule.fw_flg |= IPV6_FW_F_COUNT; av++; ac--; in add()