Lines Matching defs:DNSHeader
377 struct DNSHeader { struct
378 unsigned id;
379 bool ra;
380 uint8_t rcode;
381 bool qr;
382 uint8_t opcode;
383 bool aa;
384 bool tr;
385 bool rd;
386 bool ad;
387 std::vector<DNSQuestion> questions;
388 std::vector<DNSRecord> answers;
389 std::vector<DNSRecord> authorities;
390 std::vector<DNSRecord> additionals;
396 struct Header {