Lines Matching defs:DNSHeader
85 struct DNSHeader { struct
86 unsigned id;
87 bool ra;
88 uint8_t rcode;
89 bool qr;
90 uint8_t opcode;
91 bool aa;
92 bool tr;
93 bool rd;
94 bool ad;
95 std::vector<DNSQuestion> questions;
96 std::vector<DNSRecord> answers;
97 std::vector<DNSRecord> authorities;
98 std::vector<DNSRecord> additionals;
105 struct Header {