Searched refs:net_ip6 (Results 1 – 8 of 8) sorted by relevance
| /u-boot/net/ |
| A D | net6.c | 24 struct in6_addr net_ip6 = ZERO_IPV6_ADDR; variable 45 net_copy_ip6(&net_ip6, &net_null_addr_ip6); in on_ip6addr() 58 return string_to_ip6(value, len, &net_ip6); in on_ip6addr() 94 !memcmp(addr, &net_ip6, sizeof(struct in6_addr)); in ip6_is_our_addr() 344 udp->udp_xsum = csum_ipv6_magic(&net_ip6, dest, len + UDP_HDR_SIZE, in net_send_udp_packet6() 356 pkt += ip6_add_hdr(pkt, &net_ip6, dest, IPPROTO_UDP, 64, in net_send_udp_packet6() 373 pkt += ip6_add_hdr(pkt, &net_ip6, dest, IPPROTO_UDP, 64, in net_send_udp_packet6()
|
| A D | ping6.c | 33 pkt += ip6_add_hdr(pkt, &net_ip6, neigh_addr, PROT_ICMPV6, in ip6_make_ping() 48 msg->icmph.icmp6_cksum = csum_ipv6_magic(&net_ip6, neigh_addr, len, in ip6_make_ping()
|
| A D | dhcpv6.c | 703 net_copy_ip6(&net_ip6, &sm_params.rx_status.ia_addr_ipv6); in dhcp6_state_machine() 704 printf("DHCP6 client bound to %pI6c\n", &net_ip6); in dhcp6_state_machine()
|
| A D | tftp.c | 861 &tftp_remote_ip6, &net_ip6); in tftp_start() 877 if (!ip6_addr_in_subnet(&net_ip6, &tftp_remote_ip6, in tftp_start()
|
| A D | ndisc.c | 264 if (!ip6_addr_in_subnet(&net_ip6, &net_nd_sol_packet_ip6, in ndisc_request()
|
| A D | net.c | 361 if (!memcmp(&net_ip6, &net_null_addr_ip6, in net_init_loop() 363 memcpy(&net_ip6, &net_link_local_ip6, in net_init_loop()
|
| /u-boot/cmd/ |
| A D | net.c | 275 if (!ip6_is_unspecified_addr(&net_ip6) || in netboot_update_env() 278 snprintf(tmp, sizeof(tmp), "%pI6c/%d", &net_ip6, net_prefix_length); in netboot_update_env() 280 snprintf(tmp, sizeof(tmp), "%pI6c", &net_ip6); in netboot_update_env()
|
| /u-boot/include/ |
| A D | net6.h | 211 extern struct in6_addr net_ip6; /* Our IPv6 addr (0 = unknown) */
|
Completed in 18 milliseconds