ESP-IDF
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
ot::Ip6::Netif::UnsubscribeAllNodesMulticast() method
Unsubscribes the network interface from the realm-local all MPL forwarders, link-local and realm-local all nodes address.
Syntax
Show:
Summary
Declaration
Definition
from
netif.hpp:618
void
UnsubscribeAllNodesMulticast
(
void
)
;
Implemented in
netif.cpp:119
Notes
This method MUST be called after `UnsubscribeAllRoutersMulticast()` or its behavior is undefined
Examples
References
from
examples
Code
Location
Referrer
void
Netif
::
UnsubscribeAllNodesMulticast
(
void
)
netif.cpp:119
void
UnsubscribeAllNodesMulticast
(
void
)
;
netif.hpp:618
UnsubscribeAllNodesMulticast
(
)
;
thread_netif.cpp:98
ot::ThreadNetif::Down()
Call Tree
from
examples
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
calls 2 functions:
All items filtered out
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
otPlatAssertFail()
ot::Ip6::Netif::SignalMulticastAddressesChange()
All items filtered out
Data Use
from
examples
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
reads 2 variables and writes 1 variable:
ot::Ip6::Netif::AddressEvent::kAddressRemoved
ot::Ip6::Netif::kLinkLocalAllNodesMulticastAddress
All items filtered out
ot::Ip6::Netif::UnsubscribeAllNodesMulticast()
ot::ThreadNetif::Down()
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