ESP-IDF
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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::Address::GetRealmLocalAllRoutersMulticast()
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast() method
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:971
static
const
Address
&
GetRealmLocalAllRoutersMulticast
(
void
)
;
Implemented in
ip6_address.cpp:700
Examples
References
from
examples
Code
Location
Scope
Referrer
const
Address
&
Address
::
GetRealmLocalAllRoutersMulticast
(
void
)
ip6_address.cpp:700
static
const
Address
&
GetRealmLocalAllRoutersMulticast
(
void
)
;
ip6_address.hpp:971
bool
Address
::
IsRealmLocalAllRoutersMulticast
(
void
)
const
{
return
(
*
this
==
GetRealmLocalAllRoutersMulticast
(
)
)
;
}
ip6_address.cpp:374
ot::Ip6::Address
ot::Ip6::Address::IsRealmLocalAllRoutersMulticast() const
void
Address
::
SetToRealmLocalAllRoutersMulticast
(
void
)
{
*
this
=
GetRealmLocalAllRoutersMulticast
(
)
;
}
ip6_address.cpp:376
ot::Ip6::Address
ot::Ip6::Address::SetToRealmLocalAllRoutersMulticast()
Call Tree
from
examples
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast()
is called by 2 functions:
ot::Ip6::Address::IsRealmLocalAllRoutersMulticast() const
ot::Ip6::Address::SetToRealmLocalAllRoutersMulticast()
All items filtered out
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast()
All items filtered out
Data Use
from
examples
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast()
reads 1 variable:
ot::Ip6::Netif::kRealmLocalAllRoutersMulticastAddress
All items filtered out
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast()
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