Home
last modified time | relevance | path

Searched refs:GetNextIp6Address (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dchild.hpp199 Error GetNextIp6Address(AddressIterator &aIterator, Ip6::Address &aAddress) const;
Dchild.cpp164 Error Child::GetNextIp6Address(AddressIterator &aIterator, Ip6::Address &aAddress) const in GetNextIp6Address() function in ot::Child
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp232 error = child->GetNextIp6Address(*aIterator, AsCoreType(aAddress)); in otThreadGetChildNextIp6Address()