ESP-IDF
ot::Utils::Slaac::kMaxIidCreationAttempts
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::Utils::Slaac::kMaxIidCreationAttempts
ot::Utils::Slaac::kMaxIidCreationAttempts variable
Syntax
Show:
Summary
Declaration
from
slaac_address.hpp:156
static
constexpr
uint16_t
kMaxIidCreationAttempts
=
256
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kMaxIidCreationAttempts
=
256
;
// Maximum number of attempts when generating IID.
slaac_address.hpp:156
for
(
uint16_t
count
=
0
;
count
<
kMaxIidCreationAttempts
;
count
++
,
aDadCounter
++
)
slaac_address.cpp:433
ot::Utils::Slaac
ot::Utils::Slaac::GenerateIid() const
LogWarn
(
"Failed to generate a non-reserved IID after %d attempts"
,
kMaxIidCreationAttempts
)
;
slaac_address.cpp:455
ot::Utils::Slaac
ot::Utils::Slaac::GenerateIid() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Utils::Slaac::kMaxIidCreationAttempts
is read by 1 function:
All items filtered out
ot::Utils::Slaac::kMaxIidCreationAttempts
ot::Utils::Slaac::GenerateIid() 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