Searched refs:use_ip6 (Results 1 – 5 of 5) sorted by relevance
400 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()
326 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()
376 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()
32 bool use_ip6; variable
216 extern bool use_ip6;
Completed in 13 milliseconds