Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsnmp_core.h231 const struct snmp_node* const *subnodes; member
234 #define SNMP_CREATE_TREE_NODE(oid, subnodes) \ argument
236 (u16_t)LWIP_ARRAYSIZE(subnodes), (subnodes) }
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_core.c993 node = (*(const struct snmp_tree_node * const *)node)->subnodes; in snmp_mib_tree_resolve_exact()
1035 node = node_stack[nsi]->subnodes; in snmp_mib_tree_resolve_next()
1067 node = node_stack[nsi]->subnodes; in snmp_mib_tree_resolve_next()