Searched defs:GetNextHop (Results 1 – 4 of 4) sorted by relevance
| /external/openthread/src/core/thread/ | ||
| D | mle_router.hpp | 742 uint16_t GetNextHop(uint16_t aDestination) const { return Mle::GetNextHop(aDestination); } in GetNextHop() function in ot::Mle::MleRouter |
| D | topology.hpp | 1384 uint8_t GetNextHop(void) const { return mNextHop; } in GetNextHop() function in ot::Router |
| D | mle_router.cpp | 3565 uint16_t MleRouter::GetNextHop(uint16_t aDestination) in GetNextHop() function in ot::Mle::MleRouter |
| D | mle.cpp | 3818 uint16_t Mle::GetNextHop(uint16_t aDestination) const in GetNextHop() function in ot::Mle::Mle |