Home
last modified time | relevance | path

Searched defs:DnsRecord (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_test_utils.h77 struct DnsRecord { struct
78 std::string host_name; // host name
79 ns_type type; // record type
80 std::string addr; // ipv4/v6 address
/aosp12/frameworks/libs/net/common/framework/com/android/net/module/util/
H A DDnsPacket.java96 public class DnsRecord { class in DnsPacket
124 DnsRecord(int recordType, @NonNull ByteBuffer buf) in DnsRecord() method in DnsPacket.DnsRecord