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