Searched refs:dns_question_matches_rr (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/resolve/ |
D | resolved-bus.c | 289 … 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()
|
D | resolved-dns-question.h | 38 int dns_question_matches_rr(DnsQuestion *q, DnsResourceRecord *rr, const char *search_domain);
|
D | resolved-varlink.c | 182 … 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()
|
D | resolved-dns-question.c | 74 int dns_question_matches_rr(DnsQuestion *q, DnsResourceRecord *rr, const char *search_domain) { in dns_question_matches_rr() function
|
D | resolved-dns-stub.c | 175 r = dns_question_matches_rr(question, item->rr, NULL); in dns_stub_collect_answer_by_question()
|