Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1638 struct PtrEntry : public LinkedListEntry<PtrEntry>, public Heap::Allocatable<PtrEntry> struct in ot::Dns::Multicast::Core::BrowseCache
1641 …tches(const char *aServiceInstance) const { return NameMatch(mServiceInstance, aServiceInstance); } in Matches()
1645 PtrEntry *mNext;
1646 Heap::String mServiceInstance;
1647 CacheRecordInfo mRecord;