Home
last modified time | relevance | path

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

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