ESP-IDF
ot::Ip6::Netif::kLinkLocalAllRoutersMulticastAddress
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::kLinkLocalAllRoutersMulticastAddress
ot::Ip6::Netif::kLinkLocalAllRoutersMulticastAddress variable
Syntax
Show:
Summary
Declaration
Definition
from
netif.hpp:642
static
const
otNetifMulticastAddress
kLinkLocalAllRoutersMulticastAddress
;
Implemented in
netif.cpp:73
Examples
References
from
examples
Code
Location
Scope
Referrer
const
otNetifMulticastAddress
Netif
::
kLinkLocalAllRoutersMulticastAddress
=
{
netif.cpp:73
static
const
otNetifMulticastAddress
kLinkLocalAllRoutersMulticastAddress
;
netif.hpp:642
return
AsCoreType
(
&
Netif
::
kLinkLocalAllRoutersMulticastAddress
.
mAddress
)
;
ip6_address.cpp:692
ot::Ip6::Address
ot::Ip6::Address::GetLinkLocalAllRoutersMulticast()
MulticastAddress
&
linkLocalAllRoutersAddress
=
AsCoreType
(
&
AsNonConst
(
kLinkLocalAllRoutersMulticastAddress
)
)
;
netif.cpp:160
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
MulticastAddress
&
linkLocalAllRoutersAddress
=
AsCoreType
(
&
AsNonConst
(
kLinkLocalAllRoutersMulticastAddress
)
)
;
netif.cpp:203
ot::Ip6::Netif
ot::Ip6::Netif::UnsubscribeAllRoutersMulticast()
MulticastAddress
&
linkLocalAllRoutersAddress
=
AsCoreType
(
&
AsNonConst
(
kLinkLocalAllRoutersMulticastAddress
)
)
;
netif.cpp:294
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeExternalMulticast()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Netif::kLinkLocalAllRoutersMulticastAddress
is read by 4 functions:
All items filtered out
ot::Ip6::Netif::kLinkLocalAllRoutersMulticastAddress
ot::Ip6::Netif::SubscribeAllRoutersMulticast()
ot::Ip6::Netif::UnsubscribeAllRoutersMulticast()
ot::Ip6::Netif::SubscribeExternalMulticast()
ot::Ip6::Address::GetLinkLocalAllRoutersMulticast()
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