ESP-IDF
ot::Utils::Slaac::LogAddress()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::Utils::Slaac::LogAddress()
ot::Utils::Slaac::LogAddress() method
Syntax
Show:
Summary
Declaration
Definition
from
slaac_address.hpp:212
void
LogAddress
(
Action
aAction
,
const
SlaacAddress
&
aAddress
)
;
Implemented in
slaac_address.cpp:462
Arguments
Argument
aAction
aAddress
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Slaac
::
LogAddress
(
Action
aAction
,
const
SlaacAddress
&
aAddress
)
slaac_address.cpp:462
void
LogAddress
(
Action
aAction
,
const
SlaacAddress
&
aAddress
)
;
slaac_address.hpp:212
LogAddress
(
kDeprecating
,
aAddress
)
;
slaac_address.cpp:225
ot::Utils::Slaac
ot::Utils::Slaac::DeprecateAddress()
LogAddress
(
kRemoving
,
aAddress
)
;
slaac_address.cpp:246
ot::Utils::Slaac
ot::Utils::Slaac::RemoveAddress()
LogAddress
(
kAdding
,
*
newAddress
)
;
slaac_address.cpp:356
ot::Utils::Slaac
ot::Utils::Slaac::AddAddressFor()
Call Tree
from
examples
ot::Utils::Slaac::LogAddress()
is called by 3 functions:
ot::Utils::Slaac::DeprecateAddress()
ot::Utils::Slaac::RemoveAddress()
ot::Utils::Slaac::AddAddressFor()
All items filtered out
ot::Utils::Slaac::LogAddress()
All items filtered out
Data Use
from
examples
ot::Utils::Slaac::LogAddress()
reads 4 variables:
ot::LogLevel::kLogLevelInfo
ot::Utils::Slaac::Action::kAdding
ot::Utils::Slaac::Action::kRemoving
ot::Utils::Slaac::Action::kDeprecating
All items filtered out
ot::Utils::Slaac::LogAddress()
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