Searched refs:GetIp6Addresses (Results 1 – 6 of 6) sorted by relevance
178 const Ip6AddressArray &GetIp6Addresses(void) const { return mIp6Addresses; } in GetIp6Addresses() function in ot::Child187 Ip6AddressArray &GetIp6Addresses(void) { return mIp6Addresses; } in GetIp6Addresses() function in ot::Child
146 for (Child::Ip6AddrEntry &addrEntry : aChild.GetIp6Addresses()) in UpdateProxiedSubscriptions()255 for (Child::Ip6AddrEntry &addrEntry : child.GetIp6Addresses()) in SendMlr()522 for (Child::Ip6AddrEntry &addrEntry : child.GetIp6Addresses()) in SetMulticastAddressMlrState()559 for (Child::Ip6AddrEntry &addrEntry : child.GetIp6Addresses()) in FinishMlr()668 for (const Child::Ip6AddrEntry &addrEntry : child.GetIp6Addresses()) in LogMulticastAddresses()736 for (const Child::Ip6AddrEntry &addrEntry : child.GetIp6Addresses()) in CheckInvariants()
737 uint16_t numIp6Addr = aChild.GetIp6Addresses().GetLength(); in AppendChildIp6AddressListTlv()778 for (const Ip6::Address &address : aChild.GetIp6Addresses()) in AppendChildIp6AddressListTlv()
1891 for (const Child::Ip6AddrEntry &addrEntry : aChild.GetIp6Addresses()) in ProcessAddressRegistrationTlv()
5260 for (const Ip6::Address &address : aChild.GetIp6Addresses()) in AppendAddressRegistrationTlv()
60 for (const Ip6::Address &address : aChild.GetIp6Addresses()) in VerifyChildIp6Addresses()