Searched refs:otThreadGetNextNeighborInfo (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/include/openthread/ |
D | thread.h | 739 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei…
|
/openthread-latest/src/core/api/ |
D | thread_api.cpp | 305 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo() function
|
/openthread-latest/src/cli/ |
D | cli.cpp | 3834 … 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/ |
D | ncp_base_mtd.cpp | 834 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()
|