Searched refs:GetPathCost (Results 1 – 3 of 3) sorted by relevance
381 uint8_t RouterTable::GetPathCost(uint16_t aDestRloc16) const in GetPathCost() function in ot::RouterTable391 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()
161 uint8_t GetPathCost(uint16_t aDestRloc16) const;
361 …result = ThreeWayCompare(Get<RouterTable>().GetPathCost(aSecondRloc), Get<RouterTable>().GetPathCo… in CompareRouteEntries()