Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp160 struct DnsQuestion : public Allocatable<DnsQuestion>, public LinkedListEntry<DnsQuestion> struct
162 DnsQuestion *mNext;
163 DnsName mName;
164 uint16_t mType;
165 uint16_t mClass;
166 bool mUnicastResponse;
168 void ParseFrom(const Message &aMessage, uint16_t &aOffset) in ParseFrom()
185 bool Matches(const char *aName) const { return mName.Matches(aName); } in Matches()
/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/ ...