Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp683 bool newCostFinite = (GetPathCost(Mle::Rloc16FromRouterId(routerId)) < Mle::kMaxRouteCost); in UpdateRoutes() local
685 if (newCostFinite != oldCostFinite) in UpdateRoutes()