Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp238 if (GetLinkCost(router) >= Mle::kMaxRouteCost) in RemoveRouterLink()
353 uint8_t RouterTable::GetLinkCost(const Router &aRouter) const in GetLinkCost() function in ot::RouterTable
365 uint8_t RouterTable::GetLinkCost(uint8_t aRouterId) const in GetLinkCost() function in ot::RouterTable
375 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()
Drouter_table.hpp143 uint8_t GetLinkCost(const Router &aRouter) const;
152 uint8_t GetLinkCost(uint8_t aRouterId) const;
Dmle_router.cpp1766 … (mRouterTable.GetLinkCost(router) >= kMaxRouteCost) && (age >= kMaxLeaderToRouterTimeout)) in HandleTimeTick()