Searched defs:PtrEntry (Results 1 – 1 of 1) sorted by relevance
1638 struct PtrEntry : public LinkedListEntry<PtrEntry>, public Heap::Allocatable<PtrEntry> struct in ot::Dns::Multicast::Core::BrowseCache1641 …tches(const char *aServiceInstance) const { return NameMatch(mServiceInstance, aServiceInstance); } in Matches()1645 PtrEntry *mNext;1646 Heap::String mServiceInstance;1647 CacheRecordInfo mRecord;