Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dnd6.c80 static u8_t nd6_cached_neighbor_index; variable
1637 &(neighbor_cache[nd6_cached_neighbor_index].next_hop_address))) { in nd6_get_next_hop_entry()
1645 nd6_cached_neighbor_index = i; in nd6_get_next_hop_entry()
1651 nd6_cached_neighbor_index = i; in nd6_get_next_hop_entry()
1671 return nd6_cached_neighbor_index; in nd6_get_next_hop_entry()
1913 …ddr_cmp(&(destination_cache[i].next_hop_addr), &(neighbor_cache[nd6_cached_neighbor_index].next_ho… in nd6_reachability_hint()
1914 i = nd6_cached_neighbor_index; in nd6_reachability_hint()

Completed in 8 milliseconds