Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Drouter_table.cpp246 if (GetLinkCost(router) >= Mle::kMaxRouteCost) in RemoveRouterLink()
361 uint8_t RouterTable::GetLinkCost(const Router &aRouter) const in GetLinkCost() function in ot::RouterTable
373 uint8_t RouterTable::GetLinkCost(uint8_t aRouterId) const in GetLinkCost() function in ot::RouterTable
383 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()
Drouter_table.hpp155 uint8_t GetLinkCost(const Router &aRouter) const;
165 uint8_t GetLinkCost(uint8_t aRouterId) const;
Dmle_router.cpp1757 …if (mRouterTable.FindNextHopOf(router) == nullptr && mRouterTable.GetLinkCost(router) >= kMaxRoute… in HandleTimeTick()