Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dnd6.c91 static u8_t nd6_cached_neighbor_index; variable
2022 &(neighbor_cache[nd6_cached_neighbor_index].next_hop_address))) { in nd6_get_next_hop_entry()
2030 nd6_cached_neighbor_index = i; in nd6_get_next_hop_entry()
2036 nd6_cached_neighbor_index = i; in nd6_get_next_hop_entry()
2056 return nd6_cached_neighbor_index; in nd6_get_next_hop_entry()
2358 …p(&(destination_cache[dst_idx].next_hop_addr), &(neighbor_cache[nd6_cached_neighbor_index].next_ho… in nd6_reachability_hint()
2359 i = nd6_cached_neighbor_index; in nd6_reachability_hint()