Searched refs:linkCostToNeighbor (Results 1 – 1 of 1) sorted by relevance
557 uint8_t linkCostToNeighbor; in UpdateRoutes() local623 linkCostToNeighbor = GetLinkCost(*neighbor); in UpdateRoutes()653 if (cost + linkCostToNeighbor < Mle::kMaxRouteCost) in UpdateRoutes()670 uint8_t newCost = cost + linkCostToNeighbor; in UpdateRoutes()