Searched refs:net_copy_ip6 (Results 1 – 4 of 4) sorted by relevance
| /u-boot/net/ |
| A D | net6.c | 45 net_copy_ip6(&net_ip6, &net_null_addr_ip6); in on_ip6addr() 321 net_copy_ip6(&ip6->saddr, src); in ip6_add_hdr() 322 net_copy_ip6(&ip6->daddr, dest); in ip6_add_hdr() 351 net_copy_ip6(&net_nd_sol_packet_ip6, dest); in net_send_udp_packet6()
|
| A D | ndisc.c | 133 net_copy_ip6(&msg->target, neigh_addr); in ip6_send_ns() 247 net_copy_ip6(&msg->target, target); in ip6_send_na()
|
| A D | dhcpv6.c | 275 net_copy_ip6(&sm_params.rx_status.ia_addr_ipv6, in dhcp6_parse_ia_options() 703 net_copy_ip6(&net_ip6, &sm_params.rx_status.ia_addr_ipv6); in dhcp6_state_machine()
|
| /u-boot/include/ |
| A D | net6.h | 363 static inline void net_copy_ip6(void *to, const void *from) in net_copy_ip6() function 442 static inline void net_copy_ip6(void *to, const void *from) in net_copy_ip6() function
|
Completed in 12 milliseconds