Searched refs:qtype (Results 1 – 2 of 2) sorted by relevance
231 unsigned qtype; member248 qtype = ntohs(*reinterpret_cast<const uint16_t*>(cur)); in read()260 *reinterpret_cast<uint16_t*>(buffer_cur) = htons(qtype); in write()269 dnstype2str(qtype), dnsclass2str(qclass)); in toString()757 ns_type(question.qtype))); in handleDNSRequest()792 auto it = mappings_.find(QueryKey(question.qname.name, question.qtype)); in addAnswerRecords()796 question.qname.name.c_str(), dnstype2str(question.qtype)); in addAnswerRecords()800 dnstype2str(question.qtype), it->second.c_str()); in addAnswerRecords()803 record.rtype = question.qtype; in addAnswerRecords()806 if (question.qtype == ns_type::ns_t_a) { in addAnswerRecords()[all …]
77 qtype="AAAA")))