ESP-IDF
ot::Mle::kMaxRouterId
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::Mle::kMaxRouterId
ot::Mle::kMaxRouterId variable
Syntax
Show:
Summary
Declaration
from
mle_types.hpp:82
constexpr
uint8_t
kMaxRouterId
=
OT_NETWORK_MAX_ROUTER_ID
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint8_t
kMaxRouterId
=
OT_NETWORK_MAX_ROUTER_ID
;
///< Max Router ID
mle_types.hpp:82
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
mesh_diag.cpp:87
ot::Utils::MeshDiag
ot::Utils::MeshDiag::DiscoverTopology()
for
(
uint8_t
id
=
0
,
index
=
0
;
id
<=
Mle
::
kMaxRouterId
;
id
++
)
mesh_diag.cpp:506
ot::Utils::MeshDiag::RouterInfo
ot::Utils::MeshDiag::RouterInfo::ParseFrom()
for
(
uint8_t
routerId
=
0
,
index
=
0
;
routerId
<=
kMaxRouterId
;
mle_router.cpp:3673
ot::Mle::MleRouter
ot::Mle::MleRouter::NeighborHasComparableConnectivity() const
uint8_t
mRouteData
[
kMaxRouterId
+
1
]
;
mle_tlvs.hpp:365
constexpr
uint8_t
kInvalidRouterId
=
kMaxRouterId
+
1
;
///< Value indicating invalid Router ID
mle_types.hpp:83
uint8_t
mRouterIdSet
[
BytesForBitSize
(
Mle
::
kMaxRouterId
+
1
)
]
;
mle_types.hpp:468
inline
bool
IsRouterIdValid
(
uint8_t
aRouterId
)
{
return
aRouterId
<=
kMaxRouterId
;
}
mle_types.hpp:596
ot::Mle::IsRouterIdValid()
for
(
index
=
-
aIterator
;
index
<=
Mle
::
kMaxRouterId
;
index
++
)
neighbor_table.cpp:220
ot::NeighborTable
ot::NeighborTable::GetNextNeighborInfo()
for
(
uint8_t
i
=
0
;
i
<=
Mle
::
kMaxRouterId
;
++
i
)
network_diagnostic.cpp:984
ot::NetworkDiagnostic::ParseRoute()
,
mMaxRouterId
(
Mle
::
kMaxRouterId
)
router_table.cpp:47
ot::RouterTable
ot::RouterTable::RouterTable()
OT_ASSERT
(
aRouterId
<=
Mle
::
kMaxRouterId
)
;
router_table.cpp:191
ot::RouterTable
ot::RouterTable::Release()
VerifyOrExit
(
aRouterId
<=
Mle
::
kMaxRouterId
)
;
router_table.cpp:284
ot::RouterTable
ot::RouterTable::FindRouterById() const
if
(
aRouterId
<=
Mle
::
kMaxRouterId
)
router_table.cpp:311
ot::RouterTable
ot::RouterTable::GetRouterInfo()
VerifyOrExit
(
routerId
<=
Mle
::
kMaxRouterId
,
error
=
kErrorInvalidArgs
)
;
router_table.cpp:319
ot::RouterTable
ot::RouterTable::GetRouterInfo()
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:513
ot::RouterTable
ot::RouterTable::UpdateRouterIdSet()
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:539
ot::RouterTable
ot::RouterTable::UpdateRouterIdSet()
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:569
ot::RouterTable
ot::RouterTable::UpdateRoutes()
for
(
uint8_t
routerId
=
0
,
index
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
router_table.cpp:582
ot::RouterTable
ot::RouterTable::UpdateRoutes()
for
(
uint8_t
routerId
=
0
,
index
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
router_table.cpp:606
ot::RouterTable
ot::RouterTable::UpdateRoutes()
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:661
ot::RouterTable
ot::RouterTable::UpdateRoutes()
for
(
uint8_t
routerId
=
0
,
index
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
router_table.cpp:679
ot::RouterTable
ot::RouterTable::UpdateRouterOnFtdChild()
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:725
ot::RouterTable
ot::RouterTable::FillRouteTlv() const
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:759
ot::RouterTable
ot::RouterTable::FillRouteTlv() const
VerifyOrExit
(
aMaxRouterId
<=
Mle
::
kMaxRouterId
,
error
=
kErrorInvalidArgs
)
;
router_table.cpp:826
ot::RouterTable
ot::RouterTable::SetRouterIdRange()
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:839
ot::RouterTable::RouterIdMap
ot::RouterTable::RouterIdMap::GetAsRouterIdSet() const
for
(
uint8_t
routerId
=
0
;
routerId
<=
Mle
::
kMaxRouterId
;
routerId
++
)
router_table.cpp:850
ot::RouterTable::RouterIdMap
ot::RouterTable::RouterIdMap::HandleTimeTick()
uint8_t
mIndexes
[
Mle
::
kMaxRouterId
+
1
]
;
router_table.hpp:457
VerifyOrExit
(
aRouterId
<=
Mle
::
kMaxRouterId
,
error
=
kErrorInvalidArgs
)
;
thread_ftd_api.cpp:169
otThreadReleaseRouterId()
return
Mle
::
kMaxRouterId
;
thread_ftd_api.cpp:264
otThreadGetMaxRouterId()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::kMaxRouterId
is read by 19 functions:
All items filtered out
ot::Mle::kMaxRouterId
ot::Mle::IsRouterIdValid()
otThreadReleaseRouterId()
otThreadGetMaxRouterId()
ot::Mle::MleRouter::NeighborHasComparableConnectivity() const
ot::NeighborTable::GetNextNeighborInfo()
ot::NetworkDiagnostic::ParseRoute()
ot::RouterTable::RouterTable()
ot::RouterTable::Release()
ot::RouterTable::FindRouterById() const
ot::RouterTable::GetRouterInfo()
ot::RouterTable::UpdateRouterIdSet()
ot::RouterTable::UpdateRoutes()
ot::RouterTable::UpdateRouterOnFtdChild()
ot::RouterTable::FillRouteTlv() const
ot::RouterTable::SetRouterIdRange()
ot::RouterTable::RouterIdMap::GetAsRouterIdSet() const
ot::RouterTable::RouterIdMap::HandleTimeTick()
ot::Utils::MeshDiag::DiscoverTopology()
ot::Utils::MeshDiag::RouterInfo::ParseFrom()
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