Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dnetdiag.h167 uint8_t mRouteCost : 4; ///< Routing Cost. Infinite routing cost is represented by value 0. member
/openthread-3.6.0/src/core/thread/
Dnetwork_diagnostic.cpp980 … aNetworkDiagRoute.mRouteData[routeCount].mRouteCost = aRouteTlv.GetRouteCost(routeCount); in ParseRoute()
/openthread-3.6.0/src/cli/
Dcli.cpp8041 OutputLine(aIndentSize, "RouteCost: %u", aRouteData.mRouteCost); in OutputRouteData()