ESP-IDF
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::SubscribeAllRoutersMulticast()
ot::Ip6::Netif::SubscribeAllRoutersMulticast() method
Subscribes the network interface to the link-local and realm-local all routers addresses.
Syntax
Show:
Summary
Declaration
Definition
from
netif.hpp:487
void
SubscribeAllRoutersMulticast
(
void
)
;
Implemented in
netif.cpp:157
Notes
This method MUST be called after `SubscribeAllNodesMulticast()` or its behavior is undefined.
Examples
References
from
examples
Code
Location
void
Netif
::
SubscribeAllRoutersMulticast
(
void
)
netif.cpp:157
void
SubscribeAllRoutersMulticast
(
void
)
;
netif.hpp:487
Call Tree
from
examples
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
calls 2 functions:
All items filtered out
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
otPlatAssertFail()
ot::Ip6::Netif::SignalMulticastAddressesChange()
All items filtered out
Data Use
from
examples
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
reads 4 variables:
ot::Ip6::Netif::AddressEvent::kAddressAdded
ot::Ip6::Netif::kLinkLocalAllNodesMulticastAddress
ot::Ip6::Netif::kLinkLocalAllRoutersMulticastAddress
ot::Ip6::Netif::kRealmLocalAllRoutersMulticastAddress
All items filtered out
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
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