Home
last modified time | relevance | path

Searched refs:ParseRoute (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/cli/
Dcli_network_data.cpp393 SuccessOrExit(error = ParseRoute(aArgs + 1, config)); in Process()
416 SuccessOrExit(error = ParseRoute(aArgs + 2, config)); in Process()
Dcli_utils.hpp681 static otError ParseRoute(Arg aArgs[], otExternalRouteConfig &aConfig);
Dcli_utils.cpp688 otError Utils::ParseRoute(Arg aArgs[], otExternalRouteConfig &aConfig) in ParseRoute() function in ot::Cli::Utils
Dcli.cpp5769 SuccessOrExit(error = ParseRoute(aArgs + 1, config)); in Process()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp983 static void ParseRoute(const RouteTlv &aRouteTlv, otNetworkDiagRoute &aNetworkDiagRoute) in ParseRoute() function
1091 ParseRoute(routeTlv, aTlvInfo.mData.mRoute); in GetNextDiagTlv()