Home
last modified time | relevance | path

Searched refs:GetNextRoute (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/cli/
Dcli_network_data.hpp134 …otError GetNextRoute(otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig, bool aLocal…
Dcli_network_data.cpp483 otError NetworkData::GetNextRoute(otNetworkDataIterator *aIterator, otExternalRouteConfig *aConfig,… in GetNextRoute() function in ot::Cli::NetworkData
510 while (GetNextRoute(&iterator, &config, aLocal) == OT_ERROR_NONE) in OutputRoutes()