Home
last modified time | relevance | path

Searched defs:GetNextHop (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/thread/
Dmle_router.hpp742 uint16_t GetNextHop(uint16_t aDestination) const { return Mle::GetNextHop(aDestination); } in GetNextHop() function in ot::Mle::MleRouter
Dtopology.hpp1384 uint8_t GetNextHop(void) const { return mNextHop; } in GetNextHop() function in ot::Router
Dmle_router.cpp3565 uint16_t MleRouter::GetNextHop(uint16_t aDestination) in GetNextHop() function in ot::Mle::MleRouter
Dmle.cpp3818 uint16_t Mle::GetNextHop(uint16_t aDestination) const in GetNextHop() function in ot::Mle::Mle