Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-dns-query.c811 …bool has_authenticated = false, has_non_authenticated = false, has_confidential = false, has_non_c… in dns_query_accept() local
866 has_non_authenticated = true; in dns_query_accept()
909 …LAG(q->answer_query_flags, SD_RESOLVED_AUTHENTICATED, has_authenticated && !has_non_authenticated); in dns_query_accept()