Searched refs:LWIP_ND6_NUM_DESTINATIONS (Results 1 – 5 of 5) sorted by relevance
78 struct nd6_destination_cache_entry destination_cache[LWIP_ND6_NUM_DESTINATIONS];1040 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_tmr()1052 for (j = 0; j < LWIP_ND6_NUM_DESTINATIONS; j++) { in nd6_tmr()1584 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_find_destination_cache_entry()1606 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_new_destination_cache_entry()1614 j = LWIP_ND6_NUM_DESTINATIONS - 1; in nd6_new_destination_cache_entry()1615 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_new_destination_cache_entry()1635 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_clear_destination_cache()1956 if (addr_hint < LWIP_ND6_NUM_DESTINATIONS) { in nd6_get_next_hop_entry()
77 struct nd6_destination_cache_entry destination_cache[LWIP_ND6_NUM_DESTINATIONS];779 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_tmr()1289 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_find_destination_cache_entry()1311 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_new_destination_cache_entry()1319 j = LWIP_ND6_NUM_DESTINATIONS - 1; in nd6_new_destination_cache_entry()1320 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_new_destination_cache_entry()1340 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_clear_destination_cache()1620 if (addr_hint < LWIP_ND6_NUM_DESTINATIONS) { in nd6_get_next_hop_entry()
2296 #if !defined LWIP_ND6_NUM_DESTINATIONS || defined __DOXYGEN__2297 #define LWIP_ND6_NUM_DESTINATIONS 10 macro
2567 #if !defined LWIP_ND6_NUM_DESTINATIONS || defined __DOXYGEN__2568 #define LWIP_ND6_NUM_DESTINATIONS 10 macro
242 #if (LWIP_IPV4 && LWIP_ARP && (ARP_TABLE_SIZE > 0x7f)) || (LWIP_IPV6 && (LWIP_ND6_NUM_DESTINATIONS …
Completed in 40 milliseconds