Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmib_structs.c180 struct mib_list_rootnode *lrn; in snmp_mib_lrn_alloc() local
183 if (lrn != NULL) in snmp_mib_lrn_alloc()
190 lrn->maxlength = 0; in snmp_mib_lrn_alloc()
191 lrn->head = NULL; in snmp_mib_lrn_alloc()
192 lrn->tail = NULL; in snmp_mib_lrn_alloc()
193 lrn->count = 0; in snmp_mib_lrn_alloc()
195 return lrn; in snmp_mib_lrn_alloc()
518 ln = lrn->head; in snmp_search_tree()
652 if ((lrn->count == 0) || (lrn->head == NULL)) in empty_table()
823 ln = lrn->head; in snmp_expand_tree()
[all …]
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_structs.h251 void snmp_mib_lrn_free(struct mib_list_rootnode *lrn);

Completed in 5 milliseconds