Home
last modified time | relevance | path

Searched refs:has_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
863 has_authenticated = true; in dns_query_accept()
909 …SET_FLAG(q->answer_query_flags, SD_RESOLVED_AUTHENTICATED, has_authenticated && !has_non_authentic… in dns_query_accept()