Searched defs:DNSRecord (Results 1 – 1 of 1) sorted by relevance
287 struct DNSRecord { struct288 DNSName name;289 unsigned rtype;290 unsigned rclass;291 unsigned ttl;292 std::vector<char> rdata;297 struct IntFields {