Searched defs:DnsRecord (Results 1 – 2 of 2) sorted by relevance
77 struct DnsRecord { struct78 std::string host_name; // host name79 ns_type type; // record type80 std::string addr; // ipv4/v6 address
96 public class DnsRecord { class in DnsPacket124 DnsRecord(int recordType, @NonNull ByteBuffer buf) in DnsRecord() method in DnsPacket.DnsRecord