Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/net/
Dmdns.hpp1834 struct AddrEntry : public LinkedListEntry<AddrEntry>, public Heap::Allocatable<AddrEntry> struct in ot::Dns::Multicast::Core::AddrCache
1837 bool Matches(const Ip6::Address &aAddress) const { return (mAddress == aAddress); } in Matches()
1840 uint32_t GetTtl(void) const { return mRecord.GetTtl(); } in GetTtl()
1842 AddrEntry *mNext;
1843 Ip6::Address mAddress;
1844 CacheRecordInfo mRecord;
Dmdns.cpp6098 Core::AddrCache::AddrEntry::AddrEntry(const Ip6::Address &aAddress) in AddrEntry() function in ot::Dns::Multicast::Core::AddrCache::AddrEntry