Home
last modified time | relevance | path

Searched refs:Ip6AddressArray (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dchild.hpp128 typedef Array<Ip6AddrEntry, kNumIp6Addresses> Ip6AddressArray; typedef in ot::Child
178 const Ip6AddressArray &GetIp6Addresses(void) const { return mIp6Addresses; } in GetIp6Addresses()
187 Ip6AddressArray &GetIp6Addresses(void) { return mIp6Addresses; } in GetIp6Addresses()
373 Ip6AddressArray mIp6Addresses;
Dchild.cpp84 Ip6AddressArray::IndexType index; in GetMlrState()
105 Ip6AddressArray::IndexType index; in SetMlrState()
180 aAddress = mIp6Addresses[static_cast<Ip6AddressArray::IndexType>(aIterator - 1)]; in GetNextIp6Address()