ESP-IDF
ot::Mle::MleRouter::kMaxChildIpAddresses
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::MleRouter::kMaxChildIpAddresses
ot::Mle::MleRouter::kMaxChildIpAddresses variable
Syntax
Show:
Summary
Declaration
from
mle_router.hpp:527
static
constexpr
uint8_t
kMaxChildIpAddresses
=
OPENTHREAD_CONFIG_MLE_IP_ADDRS_PER_CHILD
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxChildIpAddresses
=
OPENTHREAD_CONFIG_MLE_IP_ADDRS_PER_CHILD
;
mle_router.hpp:527
uint8_t
num
=
kMaxChildIpAddresses
;
mle_router.cpp:1697
ot::Mle::MleRouter
ot::Mle::MleRouter::GetMaxChildIpAddresses() const
VerifyOrExit
(
aMaxIpAddresses
<=
kMaxChildIpAddresses
,
error
=
kErrorInvalidArgs
)
;
mle_router.cpp:1714
ot::Mle::MleRouter
ot::Mle::MleRouter::SetMaxChildIpAddresses()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mle::MleRouter::kMaxChildIpAddresses
is read by 2 functions:
All items filtered out
ot::Mle::MleRouter::kMaxChildIpAddresses
ot::Mle::MleRouter::GetMaxChildIpAddresses() const
ot::Mle::MleRouter::SetMaxChildIpAddresses()
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