Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-etc-hosts.c345 bool found_a = false, found_aaaa = false; in manager_etc_hosts_lookup() local
442 found_a = true; in manager_etc_hosts_lookup()
446 if (found_a && found_aaaa) in manager_etc_hosts_lookup()
453 if ((!found_a && bn->addresses[i]->family == AF_INET) || in manager_etc_hosts_lookup()
466 return found_a || found_aaaa; in manager_etc_hosts_lookup()