Home
last modified time | relevance | path

Searched defs:GetRouteCost (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/thread/
Dmle_tlvs.hpp341 …uint8_t GetRouteCost(uint8_t aRouterIndex) const { return mRouteData[aRouterIndex] & kRouteCostMas… in GetRouteCost() function in ot::Mle::RouteTlv
525 uint8_t GetRouteCost(uint8_t aRouterIndex) const in GetRouteCost() function in ot::Mle::RouteTlv
Dnetwork_diagnostic_tlvs.hpp464 …uint8_t GetRouteCost(uint8_t aRouterIndex) const { return mRouteData[aRouterIndex] & kRouteCostMas… in GetRouteCost() function in ot::NetworkDiagnostic::RouteTlv
Dmle_router.cpp3627 uint8_t MleRouter::GetRouteCost(uint16_t aRloc16) const in GetRouteCost() function in ot::Mle::MleRouter