Home
last modified time | relevance | path

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

/openthread-3.7.0/include/openthread/
Dborder_routing.h478 otError otBorderRoutingGetNextRouterEntry(otInstance *aInstance,
/openthread-3.7.0/src/core/api/
Dborder_routing_api.cpp187 otError otBorderRoutingGetNextRouterEntry(otInstance *aInstance, in otBorderRoutingGetNextRouterEntry() function
/openthread-3.7.0/src/cli/
Dcli_br.cpp545 while (otBorderRoutingGetNextRouterEntry(GetInstancePtr(), &iterator, &entry) == OT_ERROR_NONE) in Process()