Searched defs:GetNextHop (Results 1 – 4 of 4) sorted by relevance
/openthread-3.5.0/src/core/thread/ | ||
D | router.hpp | 102 uint8_t GetNextHop(void) const { return mNextHop; } in GetNextHop() function in ot::Router |
D | mle_router.hpp | 247 uint16_t GetNextHop(uint16_t aDestination) { return mRouterTable.GetNextHop(aDestination); } in GetNextHop() function in ot::Mle::MleRouter |
D | router_table.cpp | 504 uint16_t RouterTable::GetNextHop(uint16_t aDestRloc16) const in GetNextHop() function in ot::RouterTable |
D | mle.cpp | 3876 uint16_t Mle::GetNextHop(uint16_t aDestination) const in GetNextHop() function in ot::Mle::Mle |