Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dnd6.c863 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; local
2096 …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 …]
/third_party/lwip/src/include/lwip/priv/
Dnd6_priv.h95 ip6_addr_t next_hop_addr; member