Searched defs:AddrCallback (Results 1 – 1 of 1) sorted by relevance
4655 struct AddrCallback : public Allocatable<AddrCallback>, public LinkedListEntry<AddrCallback> struct4657 static constexpr uint16_t kMaxNumAddrs = 16;4659 bool Contains(const AddrAndTtl &aAddrAndTtl) const in Contains()4675 bool Matches(const AddrAndTtl *aAddrAndTtls, uint16_t aNumAddrs) const in Matches()4693 AddrCallback *mNext;4694 DnsName mHostName;4695 AddrAndTtl mAddrAndTtls[kMaxNumAddrs];4696 uint16_t mNumAddrs;