Searched defs:AddrEntry (Results 1 – 2 of 2) sorted by relevance
1814 struct AddrEntry : public LinkedListEntry<AddrEntry>, public Heap::Allocatable<AddrEntry> struct in ot::Dns::Multicast::Core::AddrCache1817 bool Matches(const Ip6::Address &aAddress) const { return (mAddress == aAddress); } in Matches()1820 uint32_t GetTtl(void) const { return mRecord.GetTtl(); } in GetTtl()1822 AddrEntry *mNext;1823 Ip6::Address mAddress;1824 CacheRecordInfo mRecord;
6318 Core::AddrCache::AddrEntry::AddrEntry(const Ip6::Address &aAddress) in AddrEntry() function in ot::Dns::Multicast::Core::AddrCache::AddrEntry