Lines Matching defs:question
172 DnsQuestion *question;
174 question = dns_query_question_for_protocol(q, q->answer_protocol);
176 r = dns_question_matches_rr(question, rr, DNS_SEARCH_DOMAIN_NAME(q->answer_search_domain));
301 DnsQuestion *question;
331 question = dns_query_question_for_protocol(q, q->answer_protocol);
334 r = dns_question_matches_rr(question, rr, NULL);
375 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL;
411 r = dns_question_new_reverse(&question, family, d);
415 r = dns_query_new(m, &q, question, question, ifindex, flags|SD_RESOLVED_NO_SEARCH);
470 DnsQuestion *question;
500 question = dns_query_question_for_protocol(q, q->answer_protocol);
503 r = dns_question_matches_rr(question, rr, NULL);
542 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL;
574 question = dns_question_new(1);
575 if (!question)
582 r = dns_question_add(question, key);
586 r = dns_query_new(m, &q, question, question, ifindex, flags|SD_RESOLVED_NO_SEARCH);
626 DnsQuestion *question;
633 question = dns_query_question_for_protocol(aux, aux->answer_protocol);
635 r = dns_name_equal(dns_question_first_name(question), rr->srv.name);
643 r = dns_question_matches_rr(question, zz, NULL);
680 DnsQuestion *question;
688 question = dns_query_question_for_protocol(aux, aux->answer_protocol);
690 r = dns_name_equal(dns_question_first_name(question), rr->srv.name);
698 r = dns_question_matches_rr(question, zz, NULL);
756 DnsQuestion *question;
822 question = dns_query_question_for_protocol(q, q->answer_protocol);
824 r = dns_question_matches_rr(question, rr, NULL);
856 r = dns_question_matches_rr(question, rr, NULL);
916 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL;
928 r = dns_question_new_address(&question, q->request_family, rr->srv.name, false);
932 r = dns_query_new(q->manager, &aux, question, question, ifindex, q->flags|SD_RESOLVED_NO_SEARCH);
968 DnsQuestion *question;
989 question = dns_query_question_for_protocol(q, q->answer_protocol);
992 r = dns_question_matches_rr(question, rr, NULL);