ESP-IDF
ot::RouterTable::FindNextHopOf() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::RouterTable::FindNextHopOf() const
ot::RouterTable::FindNextHopOf() const method
Finds the router that is the next hop of a given router.
Syntax
Show:
Summary
Declaration
Definition
from
router_table.hpp:240
const
Router
*
FindNextHopOf
(
const
Router
&
aRouter
)
const
;
Implemented in
router_table.cpp:298
Arguments
Argument
Description
aRouter
The router to find next hop of.
Return value
A pointer to the router or `nullptr` if the router could not be found.
Related Functions
Found 8 other functions taking a
Router
argument:
Function
Description
ot::RouterTable::GetLinkCost() const
Returns the link cost for a neighboring router.
ot::Router::Info::SetFrom()
Sets the `Info` instance from a given `Router`.
ot::RouterTable::RemoveRouter()
ot::RouterTable::RemoveRouterLink()
Removes a router link.
ot::Mle::MleRouter::SendAddressSolicitResponse()
ot::RouterTable::FindNextHopOf()
Finds the router that is the next hop of a given router.
ot::Mle::MleRouter::RemoveRouterLink()
Invalidates a direct link to a neighboring router (due to failed link-layer acks).
ot::NetworkDiagnostic::RouterNeighborTlv::InitFrom()
Initializes the TLV using information from a given `Router`.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out