Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp381 uint8_t RouterTable::GetPathCost(uint16_t aDestRloc16) const in GetPathCost() function in ot::RouterTable
391 uint8_t RouterTable::GetPathCostToLeader(void) const { return GetPathCost(Get<Mle::Mle>().GetLeader… in GetPathCostToLeader()
571 if (GetPathCost(Mle::Rloc16FromRouterId(routerId)) < Mle::kMaxRouteCost) in UpdateRoutes()
683 bool newCostFinite = (GetPathCost(Mle::Rloc16FromRouterId(routerId)) < Mle::kMaxRouteCost); in UpdateRoutes()
800 pathCost = GetPathCost(routerRloc16); in FillRouteTlv()
Drouter_table.hpp161 uint8_t GetPathCost(uint16_t aDestRloc16) const;
Dnetwork_data_leader.cpp361 …result = ThreeWayCompare(Get<RouterTable>().GetPathCost(aSecondRloc), Get<RouterTable>().GetPathCo… in CompareRouteEntries()