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

/systemd/src/resolve/
H A Dresolved-dns-answer.h81 int dns_answer_copy_by_key(DnsAnswer **a, DnsAnswer *source, const DnsResourceKey *key, DnsAnswerFlags or_flags);
H A Dresolved-dns-answer.c638 int dns_answer_copy_by_key(DnsAnswer **a, DnsAnswer *source, const DnsResourceKey *key, DnsAnswerFlags or_flags) { function
676 r = dns_answer_copy_by_key(to, *from, key, or_flags);
H A Dresolved-dns-transaction.c2665 r = dns_answer_copy_by_key(&t->validated_keys, t->answer, rr->key, DNS_ANSWER_AUTHENTICATED);

Completed in 2930 milliseconds