Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dthread.h698 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei…
/openthread-2.7.6/src/core/api/
Dthread_api.cpp323 otError otThreadGetNextNeighborInfo(otInstance *aInstance, otNeighborInfoIterator *aIterator, otNei… in otThreadGetNextNeighborInfo() function
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp855 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()
870 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()
3585 while (otThreadGetNextNeighborInfo(mInstance, &iter, &neighInfo) == OT_ERROR_NONE) in HandlePropertyGet()
/openthread-2.7.6/src/cli/
Dcli.cpp2760 while (otThreadGetNextNeighborInfo(mInstance, &iterator, &neighInfo) == OT_ERROR_NONE) in ProcessMultiRadio()
2839 while (otThreadGetNextNeighborInfo(mInstance, &iterator, &neighborInfo) == OT_ERROR_NONE) in ProcessNeighbor()