Searched refs:answer_source (Results 1 - 3 of 3) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-transaction.h83 DnsTransactionSource answer_source; member in struct:DnsTransaction
H A Dresolved-dns-transaction.c42 t->answer_source = _DNS_TRANSACTION_SOURCE_INVALID;
190 t->answer_source = _DNS_TRANSACTION_SOURCE_INVALID;
320 t->answer_source < 0 ? "none" : dns_transaction_source_to_string(t->answer_source),
853 t->answer_source = DNS_TRANSACTION_NETWORK;
1206 t->answer_source = DNS_TRANSACTION_TRUST_ANCHOR;
1230 t->answer_source = DNS_TRANSACTION_TRUST_ANCHOR;
1257 t->answer_source = DNS_TRANSACTION_ZONE;
1280 t->answer_source = DNS_TRANSACTION_CACHE;
1808 if (t->answer_source !
[all...]
H A Dresolved-dns-scope.c787 t->answer_source != DNS_TRANSACTION_NETWORK)

Completed in 286 milliseconds