Home
last modified time | relevance | path

Searched refs:dns_question_matches_rr (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/resolve/
Dresolved-bus.c289 … r = dns_question_matches_rr(question, rr, DNS_SEARCH_DOMAIN_NAME(q->answer_search_domain)); in bus_method_resolve_hostname_complete()
581 r = dns_question_matches_rr(question, rr, NULL); in bus_method_resolve_address_complete()
753 r = dns_question_matches_rr(question, rr, NULL); in bus_method_resolve_record_complete()
898 r = dns_question_matches_rr(question, zz, NULL); in append_srv()
957 r = dns_question_matches_rr(question, zz, NULL); in append_srv()
1095 r = dns_question_matches_rr(question, rr, NULL); in resolve_service_all_complete()
1127 r = dns_question_matches_rr(question, rr, NULL); in resolve_service_all_complete()
1260 r = dns_question_matches_rr(question, rr, NULL); in bus_method_resolve_service_complete()
Dresolved-dns-question.h38 int dns_question_matches_rr(DnsQuestion *q, DnsResourceRecord *rr, const char *search_domain);
Dresolved-varlink.c182 … r = dns_question_matches_rr(question, rr, DNS_SEARCH_DOMAIN_NAME(q->answer_search_domain)); in vl_method_resolve_hostname_complete()
417 r = dns_question_matches_rr(question, rr, NULL); in vl_method_resolve_address_complete()
Dresolved-dns-question.c74 int dns_question_matches_rr(DnsQuestion *q, DnsResourceRecord *rr, const char *search_domain) { in dns_question_matches_rr() function
Dresolved-dns-stub.c175 r = dns_question_matches_rr(question, item->rr, NULL); in dns_stub_collect_answer_by_question()