Home
last modified time | relevance | path

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

/dragonfly/sys/net/ip6fw/
H A Dip6_fw.h86 u_long fw_pcnt,fw_bcnt; /* Packet and byte counters */ member
H A Dip6_fw.c705 f->fw_bcnt += ntohs(ip6->ip6_plen); in ip6_fw_chk()
853 ftmp->fw_bcnt = 0L; in add_entry6()
947 fcp->rule->fw_bcnt = fcp->rule->fw_pcnt = 0; in zero_entry6()
/dragonfly/sbin/ip6fw/
H A Dip6fw.c226 printf("%10lu %10lu ",chain->fw_pcnt,chain->fw_bcnt); in show_ip6fw()