Searched refs:ip6_addr_set (Results 1 – 6 of 6) sorted by relevance
/third_party/lwip/src/core/ipv6/ |
D | mld6.c | 174 ip6_addr_set(&(group->group_address), addr); in mld6_new_group() 356 ip6_addr_set(&ip6addr, groupaddr); in mld6_joingroup_netif() 444 ip6_addr_set(&ip6addr, groupaddr); in mld6_leavegroup_netif()
|
D | nd6.c | 540 ip6_addr_set(&(neighbor_cache[i].next_hop_address), ip6_current_src_addr()); in nd6_input() 1834 ip6_addr_set(&(neighbor_cache[neighbor_index].next_hop_address), router_addr); in nd6_new_router() 1914 ip6_addr_set(&(prefix_list[i].prefix), prefix); in nd6_new_onlink_prefix() 1981 ip6_addr_set(&(destination_cache[nd6_cached_destination_index].destination_addr), ip6addr); in nd6_get_next_hop_entry() 1993 ip6_addr_set(&destination_cache[nd6_cached_destination_index].next_hop_addr, next_hop_addr); in nd6_get_next_hop_entry()
|
/third_party/lwip/src/include/lwip/ |
D | ip_addr.h | 160 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)
|
D | ip6_addr.h | 106 #define ip6_addr_set(dest, src) do{(dest)->addr[0] = (src) == NULL ? 0 : (src)->addr[0]; \ macro
|
/third_party/lwip/src/netif/ |
D | lowpan6_ble.c | 308 ip6_addr_set(&rfc7668_context[idx], context); in rfc7668_set_context()
|
D | lowpan6.c | 508 ip6_addr_set(&lowpan6_data.lowpan6_context[idx], context); in lowpan6_set_context()
|