Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp471 uint8_t nextHopPathCost = router->GetCost() + GetLinkCost(*nextHop); in GetNextHopAndPathCost() local
473 if (nextHopPathCost < aPathCost) in GetNextHopAndPathCost()
475 aPathCost = nextHopPathCost; in GetNextHopAndPathCost()