Searched refs:GetLinkCost (Results 1 – 3 of 3) sorted by relevance
246 if (GetLinkCost(router) >= Mle::kMaxRouteCost) in RemoveRouterLink()361 uint8_t RouterTable::GetLinkCost(const Router &aRouter) const in GetLinkCost() function in ot::RouterTable373 uint8_t RouterTable::GetLinkCost(uint8_t aRouterId) const in GetLinkCost() function in ot::RouterTable383 rval = GetLinkCost(*router); in GetLinkCost()470 aPathCost = GetLinkCost(*router); in GetNextHopAndPathCost()482 uint8_t nextHopPathCost = router->GetCost() + GetLinkCost(*nextHop); in GetNextHopAndPathCost()615 linkCostToNeighbor = GetLinkCost(*neighbor); in UpdateRoutes()661 uint8_t curCost = router->GetCost() + GetLinkCost(*nextHop); in UpdateRoutes()914 GetLinkCost(router)); in LogRouteTable()
155 uint8_t GetLinkCost(const Router &aRouter) const;165 uint8_t GetLinkCost(uint8_t aRouterId) const;
1757 …if (mRouterTable.FindNextHopOf(router) == nullptr && mRouterTable.GetLinkCost(router) >= kMaxRoute… in HandleTimeTick()