Searched defs:AddrCallback (Results 1 – 1 of 1) sorted by relevance
4807 struct AddrCallback : public Allocatable<AddrCallback>, public LinkedListEntry<AddrCallback> struct4809 static constexpr uint16_t kMaxNumAddrs = 16;4811 bool Contains(const AddrAndTtl &aAddrAndTtl) const in Contains()4827 bool Matches(const AddrAndTtl *aAddrAndTtls, uint16_t aNumAddrs) const in Matches()4845 AddrCallback *mNext;4846 DnsName mHostName;4847 AddrAndTtl mAddrAndTtls[kMaxNumAddrs];4848 uint16_t mNumAddrs;