ESP-IDF
ot::Ip6::Netif::SignalMulticastAddressesChange()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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::Ip6::Netif::SignalMulticastAddressesChange()
ot::Ip6::Netif::SignalMulticastAddressesChange() method
Syntax
Show:
Summary
Declaration
Definition
from
netif.hpp:627
void
SignalMulticastAddressesChange
(
AddressEvent
aEvent
,
const
MulticastAddress
*
aStart
,
const
MulticastAddress
*
aEnd
)
;
Implemented in
netif.cpp:255
Arguments
Argument
aEvent
aStart
aEnd
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Netif
::
SignalMulticastAddressesChange
(
AddressEvent
aEvent
,
netif.cpp:255
void
SignalMulticastAddressesChange
(
AddressEvent
aEvent
,
netif.hpp:627
SignalMulticastAddressesChange
(
kAddressAdded
,
&
linkLocalAllNodesAddress
,
nullptr
)
;
netif.cpp:113
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeAllNodesMulticast()
SignalMulticastAddressesChange
(
kAddressRemoved
,
&
linkLocalAllNodesAddress
,
nullptr
)
;
netif.cpp:151
ot::Ip6::Netif
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
SignalMulticastAddressesChange
(
kAddressAdded
,
&
linkLocalAllRoutersAddress
,
&
linkLocalAllNodesAddress
)
;
netif.cpp:194
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
SignalMulticastAddressesChange
(
kAddressRemoved
,
&
linkLocalAllRoutersAddress
,
&
linkLocalAllNodesAddress
)
;
netif.cpp:227
ot::Ip6::Netif
ot::Ip6::Netif::UnsubscribeAllRoutersMulticast()
Call Tree
from
examples
ot::Ip6::Netif::SignalMulticastAddressesChange()
is called by 4 functions and calls 2 functions:
ot::Ip6::Netif::SubscribeAllNodesMulticast()
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
ot::Ip6::Netif::UnsubscribeAllRoutersMulticast()
All items filtered out
ot::Ip6::Netif::SignalMulticastAddressesChange()
ot::Ip6::Netif::MulticastAddress::GetNext() const
ot::Ip6::Netif::SignalMulticastAddressChange()
All items filtered out
Data Use
from
examples
ot::Ip6::Netif::SignalMulticastAddressesChange()
reads 1 variable:
ot::Ip6::Netif::AddressOrigin::kOriginThread
All items filtered out
ot::Ip6::Netif::SignalMulticastAddressesChange()
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