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++) {
1034 for (j = 0; j < LWIP_ND6_NUM_DESTINATIONS; j++) {
1686 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) {
1708 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) {
1716 j = LWIP_ND6_NUM_DESTINATIONS - 1;
1717 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) {
1737 for (i = 0; i < LWIP_ND6_NUM_DESTINATIONS; i++) {
2058 if (addr_hint < LWIP_ND6_NUM_DESTINATIONS) {
/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.h243 #if (LWIP_IPV4 && LWIP_ARP && (ARP_TABLE_SIZE > 0x7f)) || (LWIP_IPV6 && (LWIP_ND6_NUM_DESTINATIONS