ESP-IDF
ot::Ip6::Netif::SignalUnicastAddressChange()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::Ip6::Netif::SignalUnicastAddressChange()
ot::Ip6::Netif::SignalUnicastAddressChange() method
Syntax
Show:
Summary
Declaration
Definition
from
netif.hpp:625
void
SignalUnicastAddressChange
(
AddressEvent
aEvent
,
const
UnicastAddress
&
aAddress
)
;
Implemented in
netif.cpp:397
Arguments
Argument
aEvent
aAddress
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Netif
::
SignalUnicastAddressChange
(
AddressEvent
aEvent
,
const
UnicastAddress
&
aAddress
)
netif.cpp:397
void
SignalUnicastAddressChange
(
AddressEvent
aEvent
,
const
UnicastAddress
&
aAddress
)
;
netif.hpp:625
SignalUnicastAddressChange
(
kAddressAdded
,
aAddress
)
;
netif.cpp:368
ot::Ip6::Netif
ot::Ip6::Netif::AddUnicastAddress()
SignalUnicastAddressChange
(
kAddressRemoved
,
aAddress
)
;
netif.cpp:378
ot::Ip6::Netif
ot::Ip6::Netif::RemoveUnicastAddress()
SignalUnicastAddressChange
(
kAddressRemoved
,
aAddress
)
;
netif.cpp:389
ot::Ip6::Netif
ot::Ip6::Netif::UpdatePreferredFlagOn()
SignalUnicastAddressChange
(
kAddressAdded
,
aAddress
)
;
netif.cpp:391
ot::Ip6::Netif
ot::Ip6::Netif::UpdatePreferredFlagOn()
SignalUnicastAddressChange
(
kAddressAdded
,
*
entry
)
;
netif.cpp:465
ot::Ip6::Netif
ot::Ip6::Netif::AddExternalUnicastAddress()
SignalUnicastAddressChange
(
kAddressRemoved
,
*
entry
)
;
netif.cpp:484
ot::Ip6::Netif
ot::Ip6::Netif::RemoveExternalUnicastAddress()
Call Tree
from
examples
ot::Ip6::Netif::SignalUnicastAddressChange()
is called by 5 functions and calls 1 function:
ot::Ip6::Netif::AddUnicastAddress()
ot::Ip6::Netif::RemoveUnicastAddress()
ot::Ip6::Netif::UpdatePreferredFlagOn()
ot::Ip6::Netif::AddExternalUnicastAddress()
ot::Ip6::Netif::RemoveExternalUnicastAddress()
All items filtered out
ot::Ip6::Netif::SignalUnicastAddressChange()
ot::Ip6::Netif::UnicastAddress::GetScope() const
All items filtered out
Data Use
from
examples
ot::Ip6::Netif::SignalUnicastAddressChange()
reads 9 variables and writes 5 variables:
otNetifAddress::mPrefixLength
otNetifAddress::mPreferred
otNetifAddress::mRloc
otNetifAddress::mMeshLocal
ot::Ip6::Netif::AddressEvent::kAddressAdded
ot::Event::kEventIp6AddressAdded
ot::Event::kEventIp6AddressRemoved
ot::Event::kEventThreadRlocAdded
ot::Event::kEventThreadRlocRemoved
All items filtered out
ot::Ip6::Netif::SignalUnicastAddressChange()
otIp6AddressInfo::mAddress
otIp6AddressInfo::mPrefixLength
otIp6AddressInfo::mScope
otIp6AddressInfo::mPreferred
otIp6AddressInfo::mMeshLocal
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