Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp393 …le::GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) const in GetNextHopAndPathCost()
398 aPathCost = Mle::kMaxRouteCost; in GetNextHopAndPathCost()
406 aPathCost = 0; in GetNextHopAndPathCost()
433 aPathCost = CostForLinkQuality(parent.GetLinkQualityIn()); in GetNextHopAndPathCost()
437 aPathCost += router->GetCost(); in GetNextHopAndPathCost()
453 aPathCost = CostForLinkQuality(child->GetLinkQualityIn()); in GetNextHopAndPathCost()
459 aPathCost = GetLinkCost(*router); in GetNextHopAndPathCost()
461 if (aPathCost < Mle::kMaxRouteCost) in GetNextHopAndPathCost()
473 if (nextHopPathCost < aPathCost) in GetNextHopAndPathCost()
475 aPathCost = nextHopPathCost; in GetNextHopAndPathCost()
[all …]
Drouter_table.hpp186 …void GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) con…
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp400 uint8_t *aPathCost) in otThreadGetNextHopAndPathCost() argument
407 (aPathCost != nullptr) ? *aPathCost : pathcost); in otThreadGetNextHopAndPathCost()
/openthread-latest/include/openthread/
Dthread_ftd.h903 uint8_t *aPathCost);