Searched refs:questions (Results 1 – 1 of 1) sorted by relevance
387 std::vector<DNSQuestion> questions; member423 questions.resize(qdcount); in read()425 cur = questions[i].read(cur, buffer_end); in read()481 header.qdcount = htons(questions.size()); in write()486 for (const DNSQuestion& question : questions) { in write()738 if (header.questions.empty()) { in handleDNSRequest()766 for (const DNSQuestion& question : header.questions) { in handleDNSRequest()785 for (const DNSQuestion& question : header.questions) { in handleDNSRequest()