Home
last modified time | relevance | path

Searched refs:destinationId (Results 1 – 1 of 1) sorted by relevance

/external/openthread/src/core/thread/
Dmle_router.cpp3567 uint8_t destinationId = RouterIdFromRloc16(aDestination); in GetNextHop() local
3580 if (destinationId == mRouterId) in GetNextHop()
3585 router = mRouterTable.GetRouter(destinationId); in GetNextHop()
3588 linkCost = GetLinkCost(destinationId); in GetNextHop()
3600 rval = Rloc16FromRouterId(destinationId); in GetNextHop()