Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-def.h68 #define SD_RESOLVED_FROM_TRUST_ANCHOR (UINT64_C(1) << 22) macro
77 …FROM_MASK (SD_RESOLVED_FROM_CACHE|SD_RESOLVED_FROM_ZONE|SD_RESOLVED_FROM_TRUST_ANCHOR|SD_RES…
Dresolved-dns-transaction.h188 return SD_RESOLVED_FROM_TRUST_ANCHOR; in dns_transaction_source_to_query_flags()
Dresolved-dns-query.c1261 …return (q->answer_query_flags & SD_RESOLVED_FROM_MASK & ~(SD_RESOLVED_FROM_TRUST_ANCHOR | SD_RESOL… in dns_query_fully_authoritative()
Dresolvectl.c185 FLAGS_SET(flags, SD_RESOLVED_FROM_TRUST_ANCHOR) ? " trust-anchor" : "", in print_source()