Home
last modified time | relevance | path

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

/lib/liblwip/src/core/snmp/
Dmib_structs.c741 struct nse cur_node; in snmp_expand_tree() local
753 cur_node.r_ptr = an->nptr[j]; in snmp_expand_tree()
754 cur_node.r_id = an->objid[j]; in snmp_expand_tree()
755 cur_node.r_nl = 0; in snmp_expand_tree()
759 cur_node.r_ptr = NULL; in snmp_expand_tree()
761 push_node(&cur_node); in snmp_expand_tree()
859 struct nse cur_node; in snmp_expand_tree() local
869 cur_node.r_ptr = jn->nptr; in snmp_expand_tree()
870 cur_node.r_id = jn->objid; in snmp_expand_tree()
871 cur_node.r_nl = 0; in snmp_expand_tree()
[all …]