Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp314 …uint8_t GetRouteCost(uint8_t aRouterIndex) const { return mRouteData[aRouterIndex] & kRouteCostMas… in GetRouteCost() function in ot::Mle::RouteTlv
469 uint8_t GetRouteCost(uint8_t aRouterIndex) const in GetRouteCost() function in ot::Mle::RouteTlv
Drouter_table.cpp646 cost = aRouteTlv.GetRouteCost(index); in UpdateRoutes()
717 cost = aRouteTlv.GetRouteCost(index); in UpdateRouterOnFtdChild()
Dnetwork_diagnostic.cpp994 … aNetworkDiagRoute.mRouteData[routeCount].mRouteCost = aRouteTlv.GetRouteCost(routeCount); in ParseRoute()