ESP-IDF
ot::Ip6::Address::kRealmLocalScope
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::Address::kRealmLocalScope
ot::Ip6::Address::kRealmLocalScope variable
Syntax
Show:
Summary
Declaration
from
ip6_address.hpp:537
static
constexpr
uint8_t
kRealmLocalScope
=
3
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kRealmLocalScope
=
3
;
///< Realm-Local scope
ip6_address.hpp:537
bool
Address
::
IsRealmLocalMulticast
(
void
)
const
{
return
IsMulticast
(
)
&&
(
GetScope
(
)
==
kRealmLocalScope
)
;
}
ip6_address.cpp:366
ot::Ip6::Address
ot::Ip6::Address::IsRealmLocalMulticast() const
bool
Address
::
IsMulticastLargerThanRealmLocal
(
void
)
const
{
return
IsMulticast
(
)
&&
(
GetScope
(
)
>
kRealmLocalScope
)
;
}
ip6_address.cpp:368
ot::Ip6::Address
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() const
SetScopeOverride
(
Address
::
kRealmLocalScope
)
;
netif.cpp:553
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::InitAsThreadOriginMeshLocal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Address::kRealmLocalScope
is read by 3 functions:
All items filtered out
ot::Ip6::Address::kRealmLocalScope
ot::Ip6::Address::IsRealmLocalMulticast() const
ot::Ip6::Address::IsMulticastLargerThanRealmLocal() const
ot::Ip6::Netif::UnicastAddress::InitAsThreadOriginMeshLocal()
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