Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Dnd6.c78 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()
/components/net/lwip/lwip-2.0.3/src/core/ipv6/
A Dnd6.c77 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()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h2296 #if !defined LWIP_ND6_NUM_DESTINATIONS || defined __DOXYGEN__
2297 #define LWIP_ND6_NUM_DESTINATIONS 10 macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h2567 #if !defined LWIP_ND6_NUM_DESTINATIONS || defined __DOXYGEN__
2568 #define LWIP_ND6_NUM_DESTINATIONS 10 macro
A Dnetif.h242 #if (LWIP_IPV4 && LWIP_ARP && (ARP_TABLE_SIZE > 0x7f)) || (LWIP_IPV6 && (LWIP_ND6_NUM_DESTINATIONS

Completed in 40 milliseconds