Home
last modified time | relevance | path

Searched refs:ip_fw_bcounter (Results 1 – 3 of 3) sorted by path

/freebsd/sbin/ipfw/
H A Dipfw2.c2297 struct buf_pr *bp, struct ip_fw_rule *rule, struct ip_fw_bcounter *cntr) in show_static_rule()
2748 struct ip_fw_bcounter *cntr; in prepare_format_opts()
2756 cntr = (struct ip_fw_bcounter *)(rtlv + 1); in prepare_format_opts()
2787 struct ip_fw_bcounter *cntr; in list_static_range()
2793 cntr = (struct ip_fw_bcounter *)(rtlv + 1); in list_static_range()
/freebsd/sys/netinet/
H A Dip_fw.h653 struct ip_fw_bcounter { struct
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c398 export_cntr1_base(struct ip_fw *krule, struct ip_fw_bcounter *cntr) in export_cntr1_base()
471 struct ip_fw_bcounter *cntr; in export_rule1()
482 cntr = (struct ip_fw_bcounter *)(tlv + 1); in export_rule1()
2347 l += sizeof(struct ip_fw_bcounter); in dump_static_rules()
2477 da.rsize += sizeof(struct ip_fw_bcounter) * da.rcount; in dump_config()