Searched defs:DnsMessage (Results 1 – 3 of 3) sorted by relevance
584 struct DnsMessage : public Allocatable<DnsMessage>, public LinkedListEntry<DnsMessage> struct586 DnsMessage *mNext;587 uint32_t mTimestamp;588 DnsMessageType mType;589 Core::AddressInfo mUnicastDest;590 Header mHeader;591 DnsQuestions mQuestions;592 DnsRecords mAnswerRecords;593 DnsRecords mAuthRecords;594 DnsRecords mAdditionalRecords;[all …]
55 struct DnsMessage { struct in android::net::TestBase56 std::string host_name; // host name57 ns_type type; // record type58 test::DNSHeader header; // dns header
META-INF/MANIFEST.MF META-INF/ META-INF/native/ io/ ...