Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor_table.cpp187 …r NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighInfo) in GetNextNeighborInfo() argument
207 aNeighInfo.SetFrom(*child); in GetNextNeighborInfo()
208 aNeighInfo.mIsChild = true; in GetNextNeighborInfo()
226 aNeighInfo.SetFrom(*router); in GetNextNeighborInfo()
227 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
245 …r NeighborTable::GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighInfo) in GetNextNeighborInfo() argument
254 aNeighInfo.SetFrom(Get<Mle::Mle>().GetParent()); in GetNextNeighborInfo()
255 aNeighInfo.mIsChild = false; in GetNextNeighborInfo()
Dneighbor_table.hpp201 Error GetNextNeighborInfo(otNeighborInfoIterator &aIterator, Neighbor::Info &aNeighInfo);