Home
last modified time | relevance | path

Searched refs:otThreadGetNextNeighborInfo (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/include/openthread/
Dthread.h767 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei…
/openthread-3.4.0/src/core/api/
Dthread_api.cpp298 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo() function
/openthread-3.4.0/src/cli/
Dcli.cpp5259 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighInfo) == OT_ERROR_NONE) in Process()
5339 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighborInfo) == OT_ERROR_NONE) in Process()
5375 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighborInfo) == OT_ERROR_NONE) in Process()
5444 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighborInfo) == OT_ERROR_NONE) in Process()
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp831 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()
846 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()
3566 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()