Searched refs:question (Results 1 – 4 of 4) sorted by relevance
468 for (const DNSQuestion& question : questions) { in write() local469 buffer_cur = question.write(buffer_cur, buffer_end); in write()755 for (const DNSQuestion& question : header.questions) { in handleDNSRequest() local756 queries_.push_back(make_pair(question.qname.name, in handleDNSRequest()757 ns_type(question.qtype))); in handleDNSRequest()769 for (const DNSQuestion& question : header.questions) { in handleDNSRequest() local770 if (question.qclass != ns_class::ns_c_in && in handleDNSRequest()771 question.qclass != ns_class::ns_c_any) { in handleDNSRequest()772 ALOGI("unsupported question class %u", question.qclass); in handleDNSRequest()776 if (!addAnswerRecords(question, &header.answers)) { in handleDNSRequest()[all …]
95 bool addAnswerRecords(const DNSQuestion& question,
78 c) Look for handling of the attribute in question. It will be an offset96 in question:
384 be connected to the destination in question, but instead