ESP-IDF
ot::Ip6::Netif::SignalMulticastAddressChange()
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::SignalMulticastAddressChange()
ot::Ip6::Netif::SignalMulticastAddressChange() method
Syntax
Show:
Summary
Declaration
Definition
from
netif.hpp:626
void
SignalMulticastAddressChange
(
AddressEvent
aEvent
,
const
MulticastAddress
&
aAddress
,
AddressOrigin
aOrigin
)
;
Implemented in
netif.cpp:233
Arguments
Argument
aEvent
aAddress
aOrigin
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Netif
::
SignalMulticastAddressChange
(
AddressEvent
aEvent
,
const
MulticastAddress
&
aAddress
,
AddressOrigin
aOrigin
)
netif.cpp:233
void
SignalMulticastAddressChange
(
AddressEvent
aEvent
,
const
MulticastAddress
&
aAddress
,
AddressOrigin
aOrigin
)
;
netif.hpp:626
SignalMulticastAddressChange
(
aEvent
,
*
entry
,
kOriginThread
)
;
netif.cpp:264
ot::Ip6::Netif
ot::Ip6::Netif::SignalMulticastAddressesChange()
SignalMulticastAddressChange
(
kAddressAdded
,
aAddress
,
kOriginThread
)
;
netif.cpp:276
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeMulticast()
SignalMulticastAddressChange
(
kAddressRemoved
,
aAddress
,
kOriginThread
)
;
netif.cpp:285
ot::Ip6::Netif
ot::Ip6::Netif::UnsubscribeMulticast()
SignalMulticastAddressChange
(
kAddressAdded
,
*
entry
,
kOriginManual
)
;
netif.cpp:318
ot::Ip6::Netif::SubscribeExternalMulticast()
SignalMulticastAddressChange
(
kAddressRemoved
,
*
entry
,
kOriginManual
)
;
netif.cpp:337
ot::Ip6::Netif
ot::Ip6::Netif::UnsubscribeExternalMulticast()
Call Tree
from
examples
ot::Ip6::Netif::SignalMulticastAddressChange()
is called by 4 functions and calls 2 functions:
ot::Ip6::Netif::SignalMulticastAddressesChange()
ot::Ip6::Netif::SubscribeMulticast()
ot::Ip6::Netif::UnsubscribeMulticast()
ot::Ip6::Netif::UnsubscribeExternalMulticast()
All items filtered out
ot::Ip6::Netif::SignalMulticastAddressChange()
ot::Ip6::Netif::MulticastAddress::GetAddress() const
ot::Ip6::Address::GetScope() const
All items filtered out
Data Use
from
examples
ot::Ip6::Netif::SignalMulticastAddressChange()
reads 5 variables and writes 5 variables:
otIp6AddressInfo::mAddress
ot::Ip6::Netif::AddressEvent::kAddressAdded
ot::Ip6::Netif::kMulticastPrefixLength
ot::Event::kEventIp6MulticastSubscribed
ot::Event::kEventIp6MulticastUnsubscribed
All items filtered out
ot::Ip6::Netif::SignalMulticastAddressChange()
ot::Ip6::Netif::SubscribeExternalMulticast()
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