Home
last modified time | relevance | path

Searched refs:use_ip6 (Results 1 – 5 of 5) sorted by relevance

/u-boot/cmd/
A Dnet.c400 use_ip6 = false; in netboot_common()
404 use_ip6 = true; in netboot_common()
417 if (IS_ENABLED(CONFIG_IPV6) && !use_ip6) { in netboot_common()
426 use_ip6 = true; in netboot_common()
491 use_ip6 = true; in do_ping6()
493 use_ip6 = false; in do_ping6()
499 use_ip6 = false; in do_ping6()
/u-boot/net/
A Dtftp.c326 if (IS_ENABLED(CONFIG_IPV6) && use_ip6) in tftp_send()
432 if (IS_ENABLED(CONFIG_IPV6) && use_ip6) in tftp_send()
840 if (use_ip6) { in tftp_start()
859 if (IS_ENABLED(CONFIG_IPV6) && use_ip6) { in tftp_start()
876 if (IS_ENABLED(CONFIG_IPV6) && use_ip6) { in tftp_start()
A Dnet.c376 if (first_call && use_ip6) { in net_init_loop()
640 if (use_ip6 && (ndisc_timeout_check() > 0)) in net_loop()
1508 if (IS_ENABLED(CONFIG_IPV6) && use_ip6) { in net_check_prereq()
1529 if (IS_ENABLED(CONFIG_IPV6) && use_ip6) { in net_check_prereq()
A Dnet6.c32 bool use_ip6; variable
/u-boot/include/
A Dnet6.h216 extern bool use_ip6;

Completed in 13 milliseconds