Searched refs:net_null_addr_ip6 (Results 1 - 4 of 4) sorted by last modified time

/u-boot/net/
H A Dnet6.c20 struct in6_addr const net_null_addr_ip6 = ZERO_IPV6_ADDR; variable
45 net_copy_ip6(&net_ip6, &net_null_addr_ip6);
H A Dnet.c361 if (!memcmp(&net_ip6, &net_null_addr_ip6,
1512 if (!memcmp(&net_server_ip6, &net_null_addr_ip6,
1533 if (!memcmp(&net_link_local_ip6, &net_null_addr_ip6,
H A Dndisc.c312 net_nd_sol_packet_ip6 = net_null_addr_ip6;
313 net_nd_rep_packet_ip6 = net_null_addr_ip6;
475 net_nd_sol_packet_ip6 = net_null_addr_ip6;
/u-boot/include/
H A Dnet6.h210 extern struct in6_addr const net_null_addr_ip6; /* NULL IPv6 address */

Completed in 59 milliseconds