Searched refs:next_hop_addr (Results 1 – 2 of 2) sorted by relevance
863 ip6_addr_copy(destination_cache[dest_idx].next_hop_addr, target_address); in nd6_input()1035 if (ip6_addr_cmp(&destination_cache[j].next_hop_addr,2047 const ip6_addr_t *next_hop_addr; local2096 …ip6_addr_copy(destination_cache[nd6_cached_destination_index].next_hop_addr, destination_cache[nd6…2098 } else if ((next_hop_addr = LWIP_HOOK_ND6_GET_GW(netif, ip6addr)) != NULL) {2101 ip6_addr_set(&destination_cache[nd6_cached_destination_index].next_hop_addr, next_hop_addr);2112 …ip6_addr_copy(destination_cache[nd6_cached_destination_index].next_hop_addr, default_router_list[i…2125 if (ip6_addr_cmp(&(destination_cache[nd6_cached_destination_index].next_hop_addr),2131 … = nd6_find_neighbor_cache_entry(&(destination_cache[nd6_cached_destination_index].next_hop_addr));2148 destination_cache[nd6_cached_destination_index].next_hop_addr);[all …]
95 ip6_addr_t next_hop_addr; member