Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Drouter_table.cpp568 uint8_t linkCostToNeighbor; in UpdateRoutes() local
615 linkCostToNeighbor = GetLinkCost(*neighbor); in UpdateRoutes()
645 if (cost + linkCostToNeighbor < Mle::kMaxRouteCost) in UpdateRoutes()
662 uint8_t newCost = cost + linkCostToNeighbor; in UpdateRoutes()