Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dmdns.hpp1843 struct AddrEntry : public LinkedListEntry<AddrEntry>, public Heap::Allocatable<AddrEntry> struct in ot::Dns::Multicast::Core::AddrCache
1846 bool Matches(const Ip6::Address &aAddress) const { return (mAddress == aAddress); } in Matches()
1849 uint32_t GetTtl(void) const { return mRecord.GetTtl(); } in GetTtl()
1851 AddrEntry *mNext;
1852 Ip6::Address mAddress;
1853 CacheRecordInfo mRecord;
H A Dmdns.cpp6157 Core::AddrCache::AddrEntry::AddrEntry(const Ip6::Address &aAddress) in AddrEntry() function in ot::Dns::Multicast::Core::AddrCache::AddrEntry