Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dmld6.c174 ip6_addr_set(&(group->group_address), addr); in mld6_new_group()
360 ip6_addr_set(&ip6addr, groupaddr);
452 ip6_addr_set(&ip6addr, groupaddr);
Dnd6.c540 ip6_addr_set(&(neighbor_cache[i].next_hop_address), ip6_current_src_addr()); in nd6_input()
1942 ip6_addr_set(&(neighbor_cache[neighbor_index].next_hop_address), router_addr);
2022 ip6_addr_set(&(prefix_list[i].prefix), prefix);
2089 ip6_addr_set(&(destination_cache[nd6_cached_destination_index].destination_addr), ip6addr);
2101 ip6_addr_set(&destination_cache[nd6_cached_destination_index].next_hop_addr, next_hop_addr);
/third_party/lwip/src/include/lwip/
Dip_addr.h160 ip6_addr_set(ip_2_ip6(dest), ip_2_ip6(src)); }else{ \
337 #define ip_addr_set(dest, src) ip6_addr_set(dest, src)
338 #define ip_addr_set_ipaddr(dest, src) ip6_addr_set(dest, src)
Dip6_addr.h106 #define ip6_addr_set(dest, src) do{(dest)->addr[0] = (src) == NULL ? 0 : (src)->addr[0]; \ macro
/third_party/lwip/src/netif/
Dlowpan6_ble.c308 ip6_addr_set(&rfc7668_context[idx], context); in rfc7668_set_context()
Dlowpan6.c533 ip6_addr_set(&lowpan6_data.lowpan6_context[idx], context); in lowpan6_set_context()