Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dborder_routing.h469 otError otBorderRoutingGetNextRouterEntry(otInstance *aInstance,
/external/openthread/src/core/api/
Dborder_routing_api.cpp183 otError otBorderRoutingGetNextRouterEntry(otInstance *aInstance, in otBorderRoutingGetNextRouterEntry() function
/external/openthread/src/cli/
Dcli_br.cpp646 while (otBorderRoutingGetNextRouterEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NONE) in Process()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp947 while (otBorderRoutingGetNextRouterEntry(mInstance, &iterator, &entry) == OT_ERROR_NONE) in RetrieveInfraLinkInfo()