Searched defs:DNSHeader (Results 1 – 1 of 1) sorted by relevance
363 struct DNSHeader { struct364 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;[all …]