Searched refs:question (Results 1 - 5 of 5) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-bus.c | 172 DnsQuestion *question; local 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; local 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, ifinde 470 DnsQuestion *question; local 626 DnsQuestion *question; local 680 DnsQuestion *question; local 756 DnsQuestion *question; local 968 DnsQuestion *question; local [all...] |
H A D | resolved-dns-query.c | 257 DnsQuestion *question; local 265 question = dns_query_question_for_protocol(c->query, c->scope->protocol); 267 /* Create one transaction per question key */ 268 DNS_QUESTION_FOREACH(key, question) { 473 /* First dump UTF8 question */ 484 /* And then dump the IDNA question, but only what hasn't been dumped already through the UTF8 question. */ 954 /* Same question? Shortcut new question generation */ 997 DnsQuestion *question; local [all...] |
H A D | resolved-dns-scope.c | 673 if (p->question) 674 for (n = 0; n < p->question->n_keys; n++) 675 dns_zone_verify_conflicts(&s->zone, p->question->keys[n]); 718 assert(p->question->n_keys == 1); 719 key = p->question->keys[0]; 732 r = dns_scope_make_reply_packet(s, DNS_PACKET_ID(p), DNS_RCODE_SUCCESS, p->question, answer, soa, tentative, &reply); 778 * specified question */
|
H A D | resolved-dns-packet.c | 153 dns_question_unref(p->question); 2092 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL; 2106 question = dns_question_new(n); 2107 if (!question) { 2130 r = dns_question_add(question, key); 2229 p->question = question; 2230 question = NULL; 2251 * key and the specified key is the only one in the question 2262 if (p->question [all...] |
H A D | resolved-dns-packet.h | 35 #include "resolved-dns-question.h" 80 DnsQuestion *question; member in struct:DnsPacket
|
Completed in 319 milliseconds