Searched refs:GetNextHopAndPathCost (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/thread/ |
D | router_table.cpp | 386 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()
|
D | router_table.hpp | 186 …void GetNextHopAndPathCost(uint16_t aDestRloc16, uint16_t &aNextHopRloc16, uint8_t &aPathCost) con…
|
/openthread-latest/src/core/api/ |
D | thread_ftd_api.cpp | 405 AsCoreType(aInstance).Get<RouterTable>().GetNextHopAndPathCost( in otThreadGetNextHopAndPathCost()
|
/openthread-latest/src/core/utils/ |
D | history_tracker.cpp | 295 …Get<RouterTable>().GetNextHopAndPathCost(Mle::Rloc16FromRouterId(routerId), nextHopRloc, pathCost); in RecordRouterTableChange()
|