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