Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip_addr.h138 ip6_addr_copy(*ip_2_ip6(&(dest)), *ip_2_ip6(&(src))); }else{ \
142 ip6_addr_copy(*ip_2_ip6(&(dest)), src); IP_SET_TYPE_VAL(dest, IPADDR_TYPE_V6); }while(0)
334 #define ip_addr_copy(dest, src) ip6_addr_copy(dest, src)
335 #define ip_addr_copy_from_ip6(dest, src) ip6_addr_copy(dest, src)
Dip6_addr.h100 #define ip6_addr_copy(dest, src) do{(dest).addr[0] = (src).addr[0]; \ macro
/third_party/lwip/src/core/ipv6/
Dnd6.c863 ip6_addr_copy(destination_cache[dest_idx].next_hop_addr, target_address); in nd6_input()
874 ip6_addr_copy(neighbor_cache[i].next_hop_address, target_address); in nd6_input()
1988ip6_addr_copy(destination_cache[nd6_cached_destination_index].next_hop_addr, destination_cache[nd6… in nd6_get_next_hop_entry()
2004ip6_addr_copy(destination_cache[nd6_cached_destination_index].next_hop_addr, default_router_list[i… in nd6_get_next_hop_entry()
2039 ip6_addr_copy(neighbor_cache[i].next_hop_address, in nd6_get_next_hop_entry()
Dip6.c1193 ip6_addr_copy(dest_addr, *dest);
/third_party/lwip/src/core/
Dnetif.c1362 ip6_addr_copy(*ip_2_ip6(&old_addr), *netif_ip6_addr(netif, addr_idx)); in netif_ip6_addr_set_parts()
/third_party/lwip/src/api/
Dsockets.c4165 ip6_addr_copy(socket_ipv6_multicast_memberships[i].multi_addr, *multi_addr); in lwip_socket_register_mld6_membership()