ESP-IDF
ot::Mle::kInvalidRouterId
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Mle::kInvalidRouterId
ot::Mle::kInvalidRouterId variable
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:83
constexpr
uint8_t
kInvalidRouterId
=
kMaxRouterId
+
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint8_t
kInvalidRouterId
=
kMaxRouterId
+
1
;
///< Value indicating invalid Router ID
mle_types.hpp:83
SetRouterId
(
kInvalidRouterId
)
;
mle_router.cpp:84
ot::Mle::MleRouter
ot::Mle::MleRouter::MleRouter()
SetRouterId
(
kInvalidRouterId
)
;
mle_router.cpp:340
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildStart()
SetRouterId
(
kInvalidRouterId
)
;
mle_router.cpp:390
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleChildStart()
SetRouterId
(
kInvalidRouterId
)
;
mle_router.cpp:3269
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAddressSolicitResponse()
bool
Router
::
SetNextHopToInvalid
(
void
)
{
return
SetNextHopAndCost
(
Mle
::
kInvalidRouterId
,
0
)
;
}
router.cpp:113
ot::Router
ot::Router::SetNextHopToInvalid()
uint8_t
selectedRouterId
=
Mle
::
kInvalidRouterId
;
router_table.cpp:130
ot::RouterTable
ot::RouterTable::Allocate()
VerifyOrExit
(
selectedRouterId
!=
Mle
::
kInvalidRouterId
)
;
router_table.cpp:156
ot::RouterTable
ot::RouterTable::Allocate()
if
(
aRouter
.
GetNextHop
(
)
==
Mle
::
kInvalidRouterId
)
router_table.cpp:245
ot::RouterTable
ot::RouterTable::RemoveRouterLink()
nextHopId
=
(
cost
==
0
)
?
Mle
::
kInvalidRouterId
:
aParentId
;
router_table.cpp:699
ot::RouterTable
ot::RouterTable::UpdateRouterOnFtdChild()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::kInvalidRouterId
is read by 7 functions:
All items filtered out
ot::Mle::kInvalidRouterId
ot::Mle::MleRouter::MleRouter()
ot::Mle::MleRouter::HandleChildStart()
ot::Mle::MleRouter::HandleAddressSolicitResponse()
ot::Router::SetNextHopToInvalid()
ot::RouterTable::Allocate()
ot::RouterTable::RemoveRouterLink()
ot::RouterTable::UpdateRouterOnFtdChild()
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