Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dmesh_forwarder_ftd.cpp409 void MeshForwarder::EvaluateRoutingCost(uint16_t aDest, uint8_t &aBestCost, uint16_t &aBestDest) co… in EvaluateRoutingCost() argument
445 if ((aBestDest == Mac::kShortAddrInvalid) || (curCost < aBestCost)) in EvaluateRoutingCost()
448 aBestCost = curCost; in EvaluateRoutingCost()
Dmesh_forwarder.hpp449 void EvaluateRoutingCost(uint16_t aDest, uint8_t &aBestCost, uint16_t &aBestDest) const;