Searched defs:DNSRecord (Results 1 – 1 of 1) sorted by relevance
273 struct DNSRecord { struct274 DNSName name;275 unsigned rtype;276 unsigned rclass;277 unsigned ttl;278 std::vector<char> rdata;283 struct IntFields {