Home
last modified time | relevance | path

Searched refs:mRoute (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/cli/
Dcli_history.cpp1427 otIp6PrefixToString(&info->mRoute.mPrefix, prefixString, sizeof(prefixString)); in Process()
1428 NetworkData::RouteFlagsToString(info->mRoute, flagsString); in Process()
1433 PreferenceToString(info->mRoute.mPreference), info->mRoute.mRloc16); in Process()
Dcli.cpp7590 OutputRoute(kIndentSize, diagTlv.mData.mRoute); in HandleDiagnosticGetResponse()
/openthread-latest/include/openthread/
Dhistory_tracker.h234 otExternalRouteConfig mRoute; ///< The external route entry. member
Dnetdiag.h197 otNetworkDiagRoute mRoute; member
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp419 entry->mRoute = aRoute; in RecordExternalRouteEvent()
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp1091 ParseRoute(routeTlv, aTlvInfo.mData.mRoute); in GetNextDiagTlv()