Searched defs:DnsQuestion (Results 1 – 2 of 2) sorted by relevance
160 struct DnsQuestion : public Allocatable<DnsQuestion>, public LinkedListEntry<DnsQuestion> struct162 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()
META-INF/MANIFEST.MF META-INF/ META-INF/native/ io/ ...