Home
last modified time | relevance | path

Searched defs:DnsMessage (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp584 struct DnsMessage : public Allocatable<DnsMessage>, public LinkedListEntry<DnsMessage> struct
586 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 …]
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_unit_test.cpp55 struct DnsMessage { struct in android::net::TestBase
56 std::string host_name; // host name
57 ns_type type; // record type
58 test::DNSHeader header; // dns header
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/native/ io/ ...