Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_core.c211 static const struct snmp_mib *const default_mibs[] = { &mib2, &snmpframeworkmib, &snmpusmmib }; variable
212 static u8_t snmp_num_mibs = LWIP_ARRAYSIZE(default_mibs);
215 static const struct snmp_mib *const default_mibs[] = { &mib2 }; variable
216 static u8_t snmp_num_mibs = LWIP_ARRAYSIZE(default_mibs);
218 static const struct snmp_mib *const default_mibs[] = { NULL }; variable
223 static struct snmp_mib const *const *snmp_mibs = default_mibs;