Lines Matching defs:DNSHeader
363 struct DNSHeader { struct
364 unsigned id;
365 bool ra;
366 uint8_t rcode;
367 bool qr;
368 uint8_t opcode;
369 bool aa;
370 bool tr;
371 bool rd;
372 std::vector<DNSQuestion> questions;
373 std::vector<DNSRecord> answers;
374 std::vector<DNSRecord> authorities;
375 std::vector<DNSRecord> additionals;
381 struct Header {