Searched defs:or_flags (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-answer.c638 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 27 milliseconds