Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dnd6.c78 struct nd6_destination_cache_entry destination_cache[LWIP_ND6_NUM_DESTINATIONS];
1022 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_tmr()
1034 for (j = 0; j < LWIP_ND6_NUM_DESTINATIONS; j++) { in nd6_tmr()
1578 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_find_destination_cache_entry()
1600 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_new_destination_cache_entry()
1608 j = LWIP_ND6_NUM_DESTINATIONS - 1; in nd6_new_destination_cache_entry()
1609 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_new_destination_cache_entry()
1629 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) { in nd6_clear_destination_cache()
1950 if (addr_hint < LWIP_ND6_NUM_DESTINATIONS) { in nd6_get_next_hop_entry()
/third_party/lwip/src/include/lwip/
Dopt.h2574 #if !defined LWIP_ND6_NUM_DESTINATIONS || defined __DOXYGEN__
2575 #define LWIP_ND6_NUM_DESTINATIONS 10 macro
Dnetif.h240 #if (LWIP_IPV4 && LWIP_ARP && (ARP_TABLE_SIZE > 0x7f)) || (LWIP_IPV6 && (LWIP_ND6_NUM_DESTINATIONS