Home
last modified time | relevance | path

Searched refs:GetNextAddress (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/api/
Dmesh_diag_api.cpp55 return AsCoreType(aIterator).GetNextAddress(AsCoreType(aIp6Address)); in otMeshDiagGetNextIp6Address()
Dlink_api.cpp251 return AsCoreType(aInstance).Get<Mac::Filter>().GetNextAddress(*aIterator, *aEntry); in otLinkFilterGetNextAddress()
/openthread-latest/src/core/mac/
Dmac_filter.hpp143 Error GetNextAddress(Iterator &aIterator, Entry &aEntry) const;
Dmac_filter.cpp121 Error Filter::GetNextAddress(Iterator &aIterator, Entry &aEntry) const in GetNextAddress() function in ot::Mac::Filter
/openthread-latest/src/core/utils/
Dmesh_diag.hpp99 Error GetNextAddress(Ip6::Address &aAddress);
Dmesh_diag.cpp533 Error MeshDiag::Ip6AddrIterator::GetNextAddress(Ip6::Address &aAddress) in GetNextAddress() function in ot::Utils::MeshDiag::Ip6AddrIterator