Searched defs:DNSRecord (Results 1 – 1 of 1) sorted by relevance
61 struct DNSRecord { struct62 DNSName name;63 unsigned rtype;64 unsigned rclass;65 unsigned ttl;66 std::vector<char> rdata;72 struct IntFields {