Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h739 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei…
/openthread-latest/src/core/api/
Dthread_api.cpp305 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo() function
/openthread-latest/src/cli/
Dcli.cpp3834 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighborInfo) == OT_ERROR_NONE) in Process()
4338 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighInfo) == OT_ERROR_NONE) in Process()
4429 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighborInfo) == OT_ERROR_NONE) in Process()
4511 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighborInfo) == OT_ERROR_NONE) in Process()
4582 … while (otThreadGetNextNeighborInfo(GetInstancePtr(), &iterator, &neighborInfo) == OT_ERROR_NONE) in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp834 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()
849 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()
3669 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()