Searched refs:GetLinkCost (Results 1 – 3 of 3) sorted by relevance
238 if (GetLinkCost(router) >= Mle::kMaxRouteCost) in RemoveRouterLink()353 uint8_t RouterTable::GetLinkCost(const Router &aRouter) const in GetLinkCost() function in ot::RouterTable365 uint8_t RouterTable::GetLinkCost(uint8_t aRouterId) const in GetLinkCost() function in ot::RouterTable375 rval = GetLinkCost(*router); in GetLinkCost()459 aPathCost = GetLinkCost(*router); in GetNextHopAndPathCost()471 uint8_t nextHopPathCost = router->GetCost() + GetLinkCost(*nextHop); in GetNextHopAndPathCost()623 linkCostToNeighbor = GetLinkCost(*neighbor); in UpdateRoutes()669 uint8_t curCost = router->GetCost() + GetLinkCost(*nextHop); in UpdateRoutes()922 GetLinkCost(router)); in LogRouteTable()
143 uint8_t GetLinkCost(const Router &aRouter) const;152 uint8_t GetLinkCost(uint8_t aRouterId) const;
1766 … (mRouterTable.GetLinkCost(router) >= kMaxRouteCost) && (age >= kMaxLeaderToRouterTimeout)) in HandleTimeTick()