Searched refs:dns_resource_key_match_cname_or_dname (Results 1 - 5 of 5) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-rr.h295 int dns_resource_key_match_cname_or_dname(const DnsResourceKey *key, const DnsResourceKey *cname, const char *search_domain);
H A Dresolved-dns-question.c126 r = dns_resource_key_match_cname_or_dname(q->keys[i], rr->key, search_domain);
H A Dresolved-dns-answer.c401 r = dns_resource_key_match_cname_or_dname(key, rr->key, NULL);
H A Dresolved-dns-rr.c223 int dns_resource_key_match_cname_or_dname(const DnsResourceKey *key, const DnsResourceKey *cname, const char *search_domain) { function
H A Dresolved-dns-transaction.c1744 return dns_resource_key_match_cname_or_dname(t->key, rr->key, NULL);

Completed in 340 milliseconds