Searched refs:ip6_addr_copy (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | ip_addr.h | 138 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)
|
D | ip6_addr.h | 100 #define ip6_addr_copy(dest, src) do{(dest).addr[0] = (src).addr[0]; \ macro
|
/third_party/lwip/src/core/ipv6/ |
D | nd6.c | 863 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() 1988 …ip6_addr_copy(destination_cache[nd6_cached_destination_index].next_hop_addr, destination_cache[nd6… in nd6_get_next_hop_entry() 2004 …ip6_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()
|
D | ip6.c | 1193 ip6_addr_copy(dest_addr, *dest);
|
/third_party/lwip/src/core/ |
D | netif.c | 1362 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/ |
D | sockets.c | 4165 ip6_addr_copy(socket_ipv6_multicast_memberships[i].multi_addr, *multi_addr); in lwip_socket_register_mld6_membership()
|