Home
last modified time | relevance | path

Searched refs:op_ipstat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_tree.def67 (3 ipInReceives COUNTER op_ipstat GET)
68 (4 ipInHdrErrors COUNTER op_ipstat GET)
69 (5 ipInAddrErrors COUNTER op_ipstat GET)
70 (6 ipForwDatagrams COUNTER op_ipstat GET)
71 (7 ipInUnknownProtos COUNTER op_ipstat GET)
72 (8 ipInDiscards COUNTER op_ipstat GET)
73 (9 ipInDelivers COUNTER op_ipstat GET)
74 (10 ipOutRequests COUNTER op_ipstat GET)
75 (11 ipOutDiscards COUNTER op_ipstat GET)
76 (12 ipOutNoRoutes COUNTER op_ipstat GET)
[all …]
H A DmibII_ip.c256 op_ipstat(struct snmp_context *ctx __unused, struct snmp_value *value, in op_ipstat() function