Searched refs:aPathCost (Results 1 – 4 of 4) sorted by relevance
404 …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 …]
203 …void GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) con…
419 uint8_t *aPathCost) in otThreadGetNextHopAndPathCost() argument426 (aPathCost != nullptr) ? *aPathCost : pathcost); in otThreadGetNextHopAndPathCost()
924 uint8_t *aPathCost);