Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Drouter_table.cpp404 void RouterTable::GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aP… in GetNextHopAndPathCost() argument
411 aNextHopRloc16 = Mle::kInvalidRloc16; in GetNextHopAndPathCost()
419 aNextHopRloc16 = aDestRloc16; in GetNextHopAndPathCost()
434 aNextHopRloc16 = parent.GetRloc16(); in GetNextHopAndPathCost()
463 aNextHopRloc16 = aDestRloc16; in GetNextHopAndPathCost()
474 aNextHopRloc16 = router->GetRloc16(); in GetNextHopAndPathCost()
487 aNextHopRloc16 = nextHop->GetRloc16(); in GetNextHopAndPathCost()
Drouter_table.hpp203 …void GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) con…
/openthread-3.5.0/src/core/api/
Dthread_ftd_api.cpp418 uint16_t *aNextHopRloc16, in otThreadGetNextHopAndPathCost() argument
425 aDestRloc16, (aNextHopRloc16 != nullptr) ? *aNextHopRloc16 : nextHopRloc16, in otThreadGetNextHopAndPathCost()
/openthread-3.5.0/include/openthread/
Dthread_ftd.h920 uint16_t *aNextHopRloc16,