Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter.hpp267 void SetLeaderCost(uint8_t aLeaderCost) { mLeaderCost = aLeaderCost; } in SetLeaderCost() function in ot::Parent
Dmle_tlvs.hpp807 void SetLeaderCost(uint8_t aCost) { mLeaderCost = aCost; } in SetLeaderCost() function in ot::Mle::ConnectivityTlv
Dmle_router.cpp3743 aTlv.SetLeaderCost(Min(mRouterTable.GetPathCostToLeader(), kMaxRouteCost)); in FillConnectivityTlv()
Dmle.cpp3229 mParentCandidate.SetLeaderCost(connectivityTlv.GetLeaderCost()); in HandleParentResponse()