Lines Matching refs:count
1073 snmp_mib_node_insert(&iflist_root, iflist_root.count + 1, &if_node);
1082 if(iflist_root.count == 0) iftable.maxlength = 0;
1219 LWIP_ASSERT("next_count == 0",next->count == 0);
1225 if(arptree_root.count == 0) at.maxlength = 0;
1226 if(ipntomtree_root.count == 0) ipntomtable.maxlength = 0;
1421 LWIP_ASSERT("next_count == 0",next->count == 0);
1426 if (ipaddrtree_root.count == 0) ipaddrtable.maxlength = 0;
1583 LWIP_ASSERT("next_count == 0",next->count == 0);
1589 if (iprtetree_root.count == 0) iprtetable.maxlength = 0;
1856 /* count PCBs for a given binding
1911 LWIP_ASSERT("next_count == 0",next->count == 0);
1917 if (udp_root.count == 0) udptable.maxlength = 0;
2341 *sint_ptr = iflist_root.count;