ESP-IDF
ot::Router::SetNextHopToInvalid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Router::SetNextHopToInvalid()
ot::Router::SetNextHopToInvalid() method
Sets the next hop to this router as invalid and clears the cost.
Syntax
Show:
Summary
Declaration
Definition
from
router.hpp:141
bool
SetNextHopToInvalid
(
void
)
;
Implemented in
router.cpp:113
Return value
TRUE If there was a change (next hop was valid before). FALSE No change to next hop (next hop was invalid before).
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Router
::
SetNextHopToInvalid
(
void
)
{
return
SetNextHopAndCost
(
Mle
::
kInvalidRouterId
,
0
)
;
}
router.cpp:113
bool
SetNextHopToInvalid
(
void
)
;
router.hpp:141
router
->
SetNextHopToInvalid
(
)
;
mesh_forwarder_ftd.cpp:662
ot::MeshForwarder
ot::MeshForwarder::ResolveRoutingLoops()
router
->
SetNextHopToInvalid
(
)
;
mle_router.cpp:3299
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAddressSolicitResponse()
router
->
SetNextHopToInvalid
(
)
;
mle_router.cpp:3308
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAddressSolicitResponse()
router
->
SetNextHopToInvalid
(
)
;
router_table.cpp:92
ot::RouterTable
ot::RouterTable::AddRouter()
router
->
SetNextHopToInvalid
(
)
;
router_table.cpp:525
ot::RouterTable
ot::RouterTable::UpdateRouterIdSet()
router
->
SetNextHopToInvalid
(
)
;
router_table.cpp:643
ot::RouterTable
ot::RouterTable::UpdateRoutes()
Call Tree
from
examples
ot::Router::SetNextHopToInvalid()
is called by 5 functions and calls 1 function:
ot::MeshForwarder::ResolveRoutingLoops()
ot::Mle::MleRouter::HandleAddressSolicitResponse()
ot::RouterTable::AddRouter()
ot::RouterTable::UpdateRouterIdSet()
ot::RouterTable::UpdateRoutes()
All items filtered out
ot::Router::SetNextHopToInvalid()
ot::Router::SetNextHopAndCost()
All items filtered out
Data Use
from
examples
ot::Router::SetNextHopToInvalid()
reads 1 variable:
ot::Mle::kInvalidRouterId
All items filtered out
ot::Router::SetNextHopToInvalid()
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