Home
last modified time | relevance | path

Searched refs:destination_cache (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dnd6.c78 struct nd6_destination_cache_entry destination_cache[LWIP_ND6_NUM_DESTINATIONS]; variable
867 ip6_addr_copy(destination_cache[dest_idx].next_hop_addr, target_address); in nd6_input()
932 destination_cache[dest_idx].pmtu = (u16_t)LWIP_MIN(pmtu, 0xFFFF); in nd6_input()
1027 destination_cache[i].age++; in nd6_tmr()
1039 if (ip6_addr_cmp(&destination_cache[j].next_hop_addr, in nd6_tmr()
1041 ip6_addr_set_any(&destination_cache[j].destination_addr); in nd6_tmr()
1583 if (ip6_addr_cmp(ip6addr, &(destination_cache[i].destination_addr))) { in nd6_find_destination_cache_entry()
1605 if (ip6_addr_isany(&(destination_cache[i].destination_addr))) { in nd6_new_destination_cache_entry()
1614 if (destination_cache[i].age > age) { in nd6_new_destination_cache_entry()
1634 ip6_addr_set_any(&destination_cache[i].destination_addr); in nd6_clear_destination_cache()
[all …]
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dnd6_priv.h128 extern struct nd6_destination_cache_entry destination_cache[];