Searched refs:or_flags (Results 1 - 2 of 2) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-answer.h | 81 int dns_answer_copy_by_key(DnsAnswer **a, DnsAnswer *source, const DnsResourceKey *key, DnsAnswerFlags or_flags); 82 int dns_answer_move_by_key(DnsAnswer **to, DnsAnswer **from, const DnsResourceKey *key, DnsAnswerFlags or_flags);
|
H A D | resolved-dns-answer.c | 638 int dns_answer_copy_by_key(DnsAnswer **a, DnsAnswer *source, const DnsResourceKey *key, DnsAnswerFlags or_flags) { argument 661 r = dns_answer_add(*a, rr_source, ifindex_source, flags_source|or_flags); 669 int dns_answer_move_by_key(DnsAnswer **to, DnsAnswer **from, const DnsResourceKey *key, DnsAnswerFlags or_flags) { argument 676 r = dns_answer_copy_by_key(to, *from, key, or_flags);
|
Completed in 1038 milliseconds