ESP-IDF
kAddressAdded
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kAddressAdded
kAddressAdded value
Syntax
Show:
Summary
Declaration
from
netif.hpp:86
kAddressAdded
=
true
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kAddressAdded
=
true
,
///< Indicates that address was removed.
netif.hpp:86
SignalMulticastAddressesChange
(
kAddressAdded
,
&
linkLocalAllNodesAddress
,
nullptr
)
;
netif.cpp:113
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeAllNodesMulticast()
SignalMulticastAddressesChange
(
kAddressAdded
,
&
linkLocalAllRoutersAddress
,
&
linkLocalAllNodesAddress
)
;
netif.cpp:194
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
Get
<
Notifier
>
(
)
.
Signal
(
aEvent
==
kAddressAdded
?
kEventIp6MulticastSubscribed
:
kEventIp6MulticastUnsubscribed
)
;
netif.cpp:235
ot::Ip6::Netif
ot::Ip6::Netif::SignalMulticastAddressChange()
SignalMulticastAddressChange
(
kAddressAdded
,
aAddress
,
kOriginThread
)
;
netif.cpp:276
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeMulticast()
SignalMulticastAddressChange
(
kAddressAdded
,
*
entry
,
kOriginManual
)
;
netif.cpp:318
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeExternalMulticast()
SignalUnicastAddressChange
(
kAddressAdded
,
aAddress
)
;
netif.cpp:368
ot::Ip6::Netif
ot::Ip6::Netif::AddUnicastAddress()
SignalUnicastAddressChange
(
kAddressAdded
,
aAddress
)
;
netif.cpp:391
ot::Ip6::Netif
ot::Ip6::Netif::UpdatePreferredFlagOn()
event
=
(
aEvent
==
kAddressAdded
)
?
kEventThreadRlocAdded
:
kEventThreadRlocRemoved
;
netif.cpp:403
ot::Ip6::Netif
ot::Ip6::Netif::SignalUnicastAddressChange()
event
=
(
aEvent
==
kAddressAdded
)
?
kEventIp6AddressAdded
:
kEventIp6AddressRemoved
;
netif.cpp:407
ot::Ip6::Netif
ot::Ip6::Netif::SignalUnicastAddressChange()
SignalUnicastAddressChange
(
kAddressAdded
,
*
entry
)
;
netif.cpp:465
ot::Ip6::Netif
ot::Ip6::Netif::AddExternalUnicastAddress()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kAddressAdded
is read by 9 functions:
All items filtered out
kAddressAdded
ot::Ip6::Netif::SubscribeAllNodesMulticast()
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
ot::Ip6::Netif::SignalMulticastAddressChange()
ot::Ip6::Netif::SubscribeMulticast()
ot::Ip6::Netif::SubscribeExternalMulticast()
ot::Ip6::Netif::AddUnicastAddress()
ot::Ip6::Netif::UpdatePreferredFlagOn()
ot::Ip6::Netif::SignalUnicastAddressChange()
ot::Ip6::Netif::AddExternalUnicastAddress()
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