ESP-IDF
ot::Mle::MleRouter::ShouldDowngrade() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mle::MleRouter::ShouldDowngrade() const
ot::Mle::MleRouter::ShouldDowngrade() const method
Syntax
Show:
Summary
Declaration
Definition
from
mle_router.hpp:643
bool
ShouldDowngrade
(
uint8_t
aNeighborId
,
const
RouteTlv
&
aRouteTlv
)
const
;
Implemented in
mle_router.cpp:3602
Arguments
Argument
aNeighborId
aRouteTlv
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
MleRouter
::
ShouldDowngrade
(
uint8_t
aNeighborId
,
const
RouteTlv
&
aRouteTlv
)
const
mle_router.cpp:3602
bool
ShouldDowngrade
(
uint8_t
aNeighborId
,
const
RouteTlv
&
aRouteTlv
)
const
;
mle_router.hpp:643
if
(
IsRouter
(
)
&&
ShouldDowngrade
(
routerId
,
routeTlv
)
)
mle_router.cpp:1287
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
Call Tree
from
examples
ot::Mle::MleRouter::ShouldDowngrade() const
is called by 1 function and calls 2 functions:
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
All items filtered out
ot::Mle::MleRouter::ShouldDowngrade() const
ot::Mle::MleRouter::RouterRoleTransition::IsPending() const
ot::Mle::MleRouter::NeighborHasComparableConnectivity() const
All items filtered out
Data Use
from
examples
ot::Mle::MleRouter::ShouldDowngrade() const
reads 4 variables:
ot::Mle::Mle::IsRouter() const
ot::Mle::MleRouter::kMinDowngradeNeighbors
ot::Mle::MleRouter::mRouterDowngradeThreshold
ot::Mle::MleRouter::mRouterRoleTransition
All items filtered out
ot::Mle::MleRouter::ShouldDowngrade() const
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