ESP-IDF
kEventThreadMeshLocalAddrChanged
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kEventThreadMeshLocalAddrChanged
kEventThreadMeshLocalAddrChanged value
Syntax
Show:
Summary
Declaration
from
notifier.hpp:71
kEventThreadMeshLocalAddrChanged
=
OT_CHANGED_THREAD_ML_ADDR
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kEventThreadMeshLocalAddrChanged
=
OT_CHANGED_THREAD_ML_ADDR
,
///< Mesh-local address changed
notifier.hpp:71
Get
<
Notifier
>
(
)
.
Signal
(
kEventThreadMeshLocalAddrChanged
)
;
mle.cpp:909
ot::Mle::Mle
ot::Mle::Mle::SetMeshLocalPrefix()
Get
<
Notifier
>
(
)
.
Signal
(
kEventThreadMeshLocalAddrChanged
)
;
mle.cpp:1099
ot::Mle::Mle
ot::Mle::Mle::HandleNotifierEvents()
if
(
(
GetType
(
)
==
kTypeUnicastMeshLocalEid
)
&&
aEvents
.
Contains
(
kEventThreadMeshLocalAddrChanged
)
)
network_data_publisher.cpp:542
ot::NetworkData::Publisher::DnsSrpServiceEntry
ot::NetworkData::Publisher::DnsSrpServiceEntry::HandleNotifierEvents()
if
(
aEvents
.
ContainsAny
(
kEventThreadNetdataChanged
|
kEventThreadMeshLocalAddrChanged
)
)
srp_client.cpp:541
ot::Srp::Client
ot::Srp::Client::HandleNotifierEvents()
if
(
aEvents
.
ContainsAny
(
kEventIp6AddressAdded
|
kEventIp6AddressRemoved
|
kEventThreadMeshLocalAddrChanged
)
&&
srp_client.cpp:547
ot::Srp::Client
ot::Srp::Client::HandleNotifierEvents()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kEventThreadMeshLocalAddrChanged
is read by 4 functions:
All items filtered out
kEventThreadMeshLocalAddrChanged
ot::Mle::Mle::SetMeshLocalPrefix()
ot::Mle::Mle::HandleNotifierEvents()
ot::NetworkData::Publisher::DnsSrpServiceEntry::HandleNotifierEvents()
ot::Srp::Client::HandleNotifierEvents()
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