Home
last modified time | relevance | path

Searched refs:ip6_addr_copy_to_packed (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dmld6.c602 ip6_addr_copy_to_packed(mld_hdr->multicast_address, group->group_address); in mld6_send()
Dip6.c1214 ip6_addr_copy_to_packed(ip6hdr->dest, *dest);
1223 ip6_addr_copy_to_packed(ip6hdr->src, *src);
Dnd6.c1228 ip6_addr_copy_to_packed(ns_hdr->target_address, *target_addr); in nd6_send_ns()
1301 ip6_addr_copy_to_packed(na_hdr->target_address, *target_addr); in nd6_send_na()
/third_party/lwip/src/include/lwip/
Dip6_addr.h120 #define ip6_addr_copy_to_packed(dest, src) do{(dest).addr[0] = (src).addr[0]; \ macro