Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Drouter.hpp102 uint8_t GetNextHop(void) const { return mNextHop; } in GetNextHop() function in ot::Router
Dmle_router.hpp247 uint16_t GetNextHop(uint16_t aDestination) { return mRouterTable.GetNextHop(aDestination); } in GetNextHop() function in ot::Mle::MleRouter
780 uint16_t GetNextHop(uint16_t aDestination) const { return Mle::GetNextHop(aDestination); } in GetNextHop() function in ot::Mle::MleRouter
Drouter_table.cpp504 uint16_t RouterTable::GetNextHop(uint16_t aDestRloc16) const in GetNextHop() function in ot::RouterTable
Dmle.cpp3876 uint16_t Mle::GetNextHop(uint16_t aDestination) const in GetNextHop() function in ot::Mle::Mle