Searched refs:bcounters (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/systat/ |
H A D | pf.c | 263 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 D | pf_if.c | 763 memset(pfs->bcounters, 0, sizeof(pfs->bcounters)); in pfi_update_status() 782 pfs->bcounters[i][j] += in pfi_update_status()
|
H A D | pfvar.h | 1211 u_int64_t bcounters[2][2]; member
|
/openbsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 575 (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 D | mib.c | 1391 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()
|