Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp386 GetNextHopAndPathCost(aDestRloc16, nextHopRloc16, pathCost); in GetPathCost()
393 void RouterTable::GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aP… in GetNextHopAndPathCost() function in ot::RouterTable
498 GetNextHopAndPathCost(aDestRloc16, nextHopRloc16, pathCost); in GetNextHop()
Drouter_table.hpp186 …void GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) con…
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp405 AsCoreType(aInstance).Get<RouterTable>().GetNextHopAndPathCost( in otThreadGetNextHopAndPathCost()
/openthread-latest/src/core/utils/
Dhistory_tracker.cpp295 …Get<RouterTable>().GetNextHopAndPathCost(Mle::Rloc16FromRouterId(routerId), nextHopRloc, pathCost); in RecordRouterTableChange()