Searched refs:linkCostToNeighbor (Results 1 – 1 of 1) sorted by relevance
568 uint8_t linkCostToNeighbor; in UpdateRoutes() local615 linkCostToNeighbor = GetLinkCost(*neighbor); in UpdateRoutes()645 if (cost + linkCostToNeighbor < Mle::kMaxRouteCost) in UpdateRoutes()662 uint8_t newCost = cost + linkCostToNeighbor; in UpdateRoutes()