Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dborder_routing.h469 otError otBorderRoutingGetNextRouterEntry(otInstance *aInstance,
/openthread-latest/src/core/api/
Dborder_routing_api.cpp183 otError otBorderRoutingGetNextRouterEntry(otInstance *aInstance, in otBorderRoutingGetNextRouterEntry() function
/openthread-latest/src/cli/
Dcli_br.cpp646 while (otBorderRoutingGetNextRouterEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NONE) in Process()