Home
last modified time | relevance | path

Searched refs:mib2_counters (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsnmp.h123 (netif)->mib2_counters.ifinoctets = 0; \
124 (netif)->mib2_counters.ifinucastpkts = 0; \
125 (netif)->mib2_counters.ifinnucastpkts = 0; \
126 (netif)->mib2_counters.ifindiscards = 0; \
127 (netif)->mib2_counters.ifinerrors = 0; \
128 (netif)->mib2_counters.ifinunknownprotos = 0; \
129 (netif)->mib2_counters.ifoutoctets = 0; \
130 (netif)->mib2_counters.ifoutucastpkts = 0; \
131 (netif)->mib2_counters.ifoutnucastpkts = 0; \
132 (netif)->mib2_counters.ifoutdiscards = 0; \
[all …]
A Dnetif.h369 struct stats_mib2_netif_ctrs mib2_counters; member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsnmp.h123 (netif)->mib2_counters.ifinoctets = 0; \
124 (netif)->mib2_counters.ifinucastpkts = 0; \
125 (netif)->mib2_counters.ifinnucastpkts = 0; \
126 (netif)->mib2_counters.ifindiscards = 0; \
127 (netif)->mib2_counters.ifinerrors = 0; \
128 (netif)->mib2_counters.ifinunknownprotos = 0; \
129 (netif)->mib2_counters.ifoutoctets = 0; \
130 (netif)->mib2_counters.ifoutucastpkts = 0; \
131 (netif)->mib2_counters.ifoutnucastpkts = 0; \
132 (netif)->mib2_counters.ifoutdiscards = 0; \
[all …]
A Dnetif.h326 struct stats_mib2_netif_ctrs mib2_counters; member
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_mib2_interfaces.c214 *value_u32 = netif->mib2_counters.ifinoctets; in interfaces_Table_get_value()
218 *value_u32 = netif->mib2_counters.ifinucastpkts; in interfaces_Table_get_value()
222 *value_u32 = netif->mib2_counters.ifinnucastpkts; in interfaces_Table_get_value()
226 *value_u32 = netif->mib2_counters.ifindiscards; in interfaces_Table_get_value()
230 *value_u32 = netif->mib2_counters.ifinerrors; in interfaces_Table_get_value()
234 *value_u32 = netif->mib2_counters.ifinunknownprotos; in interfaces_Table_get_value()
238 *value_u32 = netif->mib2_counters.ifoutoctets; in interfaces_Table_get_value()
242 *value_u32 = netif->mib2_counters.ifoutucastpkts; in interfaces_Table_get_value()
246 *value_u32 = netif->mib2_counters.ifoutnucastpkts; in interfaces_Table_get_value()
250 *value_u32 = netif->mib2_counters.ifoutdiscards; in interfaces_Table_get_value()
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_mib2_interfaces.c221 *value_u32 = netif->mib2_counters.ifinoctets; in interfaces_Table_get_value()
225 *value_u32 = netif->mib2_counters.ifinucastpkts; in interfaces_Table_get_value()
229 *value_u32 = netif->mib2_counters.ifinnucastpkts; in interfaces_Table_get_value()
233 *value_u32 = netif->mib2_counters.ifindiscards; in interfaces_Table_get_value()
237 *value_u32 = netif->mib2_counters.ifinerrors; in interfaces_Table_get_value()
241 *value_u32 = netif->mib2_counters.ifinunknownprotos; in interfaces_Table_get_value()
245 *value_u32 = netif->mib2_counters.ifoutoctets; in interfaces_Table_get_value()
249 *value_u32 = netif->mib2_counters.ifoutucastpkts; in interfaces_Table_get_value()
253 *value_u32 = netif->mib2_counters.ifoutnucastpkts; in interfaces_Table_get_value()
257 *value_u32 = netif->mib2_counters.ifoutdiscards; in interfaces_Table_get_value()
[all …]

Completed in 12 milliseconds