Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-cache.c986 int have_dnssec_result = -1; in dns_cache_lookup() local
1049have_dnssec_result = false; /* an entry without dnssec result? then invalidate things for good */ in dns_cache_lookup()
1051 } else if (have_dnssec_result < 0) { in dns_cache_lookup()
1052have_dnssec_result = true; /* So far no result seen, let's pick this one up */ in dns_cache_lookup()
1054 } else if (have_dnssec_result > 0 && j->dnssec_result != dnssec_result) { in dns_cache_lookup()
1055have_dnssec_result = false; /* conflicting result seen? then invalidate for good */ in dns_cache_lookup()