Lines Matching refs:next
1163 struct mib_list_rootnode *at_rn, *next, *del_rn[5];
1216 next = snmp_mib_node_delete(at_rn, at_n);
1217 if (next != NULL)
1219 LWIP_ASSERT("next_count == 0",next->count == 0);
1220 snmp_mib_lrn_free(next);
1374 struct mib_list_rootnode *ipa_rn, *next, *del_rn[4];
1418 next = snmp_mib_node_delete(ipa_rn, ipa_n);
1419 if (next != NULL)
1421 LWIP_ASSERT("next_count == 0",next->count == 0);
1422 snmp_mib_lrn_free(next);
1538 struct mib_list_rootnode *iprte_rn, *next, *del_rn[4];
1580 next = snmp_mib_node_delete(iprte_rn, iprte_n);
1581 if (next != NULL)
1583 LWIP_ASSERT("next_count == 0",next->count == 0);
1584 snmp_mib_lrn_free(next);
1847 struct mib_list_rootnode *udp_rn, *next, *del_rn[5];
1867 npcb = npcb->next;
1908 next = snmp_mib_node_delete(udp_rn, udp_n);
1909 if (next != NULL)
1911 LWIP_ASSERT("next_count == 0",next->count == 0);
1912 snmp_mib_lrn_free(next);
3082 netif = netif->next;
3233 netif = netif->next;
3697 pcb = pcb->next;
3897 pcb = pcb->next;