Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Drouter_table.cpp404 …le::GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) const in GetNextHopAndPathCost()
410 aPathCost = Mle::kMaxRouteCost; in GetNextHopAndPathCost()
418 aPathCost = 0; in GetNextHopAndPathCost()
444 aPathCost = CostForLinkQuality(parent.GetLinkQualityIn()); in GetNextHopAndPathCost()
448 aPathCost += router->GetCost(); in GetNextHopAndPathCost()
464 aPathCost = CostForLinkQuality(child->GetLinkQualityIn()); in GetNextHopAndPathCost()
470 aPathCost = GetLinkCost(*router); in GetNextHopAndPathCost()
472 if (aPathCost < Mle::kMaxRouteCost) in GetNextHopAndPathCost()
484 if (nextHopPathCost < aPathCost) in GetNextHopAndPathCost()
486 aPathCost = nextHopPathCost; in GetNextHopAndPathCost()
[all …]
Drouter_table.hpp203 …void GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) con…
/openthread-3.6.0/src/core/api/
Dthread_ftd_api.cpp419 uint8_t *aPathCost) in otThreadGetNextHopAndPathCost() argument
426 (aPathCost != nullptr) ? *aPathCost : pathcost); in otThreadGetNextHopAndPathCost()
/openthread-3.6.0/include/openthread/
Dthread_ftd.h924 uint8_t *aPathCost);