Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_tree.def42 (1 pfCounterMatch COUNTER64 pf_counter GET)
43 (2 pfCounterBadOffset COUNTER64 pf_counter GET)
44 (3 pfCounterFragment COUNTER64 pf_counter GET)
45 (4 pfCounterShort COUNTER64 pf_counter GET)
46 (5 pfCounterNormalize COUNTER64 pf_counter GET)
47 (6 pfCounterMemDrop COUNTER64 pf_counter GET)
51 (2 pfStateTableSearches COUNTER64 pf_statetable GET)
52 (3 pfStateTableInserts COUNTER64 pf_statetable GET)
53 (4 pfStateTableRemovals COUNTER64 pf_statetable GET)
57 (2 pfSrcNodesSearches COUNTER64 pf_srcnodes GET)
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_tree.def51 (12 hastResourceDirty COUNTER64 GET)
52 (13 hastResourceReads COUNTER64 GET)
53 (14 hastResourceWrites COUNTER64 GET)
54 (15 hastResourceDeletes COUNTER64 GET)
55 (16 hastResourceFlushes COUNTER64 GET)
56 (17 hastResourceActivemapUpdates COUNTER64 GET)
57 (18 hastResourceReadErrors COUNTER64 GET)
58 (19 hastResourceWriteErrors COUNTER64 GET)
59 (20 hastResourceDeleteErrors COUNTER64 GET)
60 (21 hastResourceFlushErrors COUNTER64 GET)
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tree.def195 (6 ifHCInOctets COUNTER64 GET)
196 (7 ifHCInUcastPkts COUNTER64 GET)
197 (8 ifHCInMulticastPkts COUNTER64 GET)
198 (9 ifHCInBroadcastPkts COUNTER64 GET)
199 (10 ifHCOutOctets COUNTER64 GET)
200 (11 ifHCOutUcastPkts COUNTER64 GET)
201 (12 ifHCOutMulticastPkts COUNTER64 GET)
202 (13 ifHCOutBroadcastPkts COUNTER64 GET)
240 (1 begemotIfMaxspeed COUNTER64 op_begemot_mibII GET)
/freebsd/contrib/bsnmp/snmp_ntp/
H A Dntp_tree.def114 (5 begemotNtpJitter COUNTER64 op_begemot_ntp GET)
115 (6 begemotNtpStability COUNTER64 op_begemot_ntp GET)
/freebsd/contrib/tcpdump/
H A Dprint-snmp.c121 #define COUNTER64 6 macro
586 case COUNTER64: { in asn1_parse()