Home
last modified time | relevance | path

Searched refs:bcounters (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/systat/
H A Dpf.c263 ADD_LINE_V(s->ifname, "Bytes In IPv4", s->bcounters[0][0]); in print_pf()
264 ADD_LINE_V(s->ifname, "Bytes In IPv6", s->bcounters[1][0]); in print_pf()
265 ADD_LINE_V(s->ifname, "Bytes Out IPv4", s->bcounters[0][1]); in print_pf()
266 ADD_LINE_V(s->ifname, "Bytes Out IPv6", s->bcounters[1][1]); in print_pf()
/openbsd/sys/net/
H A Dpf_if.c763 memset(pfs->bcounters, 0, sizeof(pfs->bcounters)); in pfi_update_status()
782 pfs->bcounters[i][j] += in pfi_update_status()
H A Dpfvar.h1211 u_int64_t bcounters[2][2]; member
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c575 (unsigned long long)s->bcounters[0][0], in print_status()
576 (unsigned long long)s->bcounters[1][0]); in print_status()
578 (unsigned long long)s->bcounters[0][1], in print_status()
579 (unsigned long long)s->bcounters[1][1]); in print_status()
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c1391 agentx_varbind_counter64(vb, s.bcounters[IPV4][IN]); in mib_pflogif()
1393 agentx_varbind_counter64(vb, s.bcounters[IPV4][OUT]); in mib_pflogif()
1403 agentx_varbind_counter64(vb, s.bcounters[IPV6][IN]); in mib_pflogif()
1405 agentx_varbind_counter64(vb, s.bcounters[IPV6][OUT]); in mib_pflogif()