Searched refs:nd6_cached_destination_index (Results 1 – 1 of 1) sorted by relevance
92 static netif_addr_idx_t nd6_cached_destination_index; variable1955 nd6_cached_destination_index = addr_hint; in nd6_get_next_hop_entry()1961 if (ip6_addr_cmp(ip6addr, &(destination_cache[nd6_cached_destination_index].destination_addr))) { in nd6_get_next_hop_entry()1971 nd6_cached_destination_index = (netif_addr_idx_t)dst_idx; in nd6_get_next_hop_entry()1978 nd6_cached_destination_index = (netif_addr_idx_t)dst_idx; in nd6_get_next_hop_entry()1985 ip6_addr_set(&(destination_cache[nd6_cached_destination_index].destination_addr), ip6addr); in nd6_get_next_hop_entry()1991 destination_cache[nd6_cached_destination_index].pmtu = netif_mtu6(netif); in nd6_get_next_hop_entry()1992 …p6_addr_copy(destination_cache[nd6_cached_destination_index].next_hop_addr, destination_cache[nd6_… in nd6_get_next_hop_entry()1996 destination_cache[nd6_cached_destination_index].pmtu = netif->mtu; in nd6_get_next_hop_entry()1997 ip6_addr_set(&destination_cache[nd6_cached_destination_index].next_hop_addr, next_hop_addr); in nd6_get_next_hop_entry()[all …]