Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp1667 struct PtrEntry : public LinkedListEntry<PtrEntry>, public Heap::Allocatable<PtrEntry> struct in ot::Dns::Multicast::Core::BrowseCache
1670 …tches(const char *aServiceInstance) const { return NameMatch(mServiceInstance, aServiceInstance); } in Matches()
1674 PtrEntry *mNext;
1675 Heap::String mServiceInstance;
1676 CacheRecordInfo mRecord;