ESP-IDF
ot::Ip6::Address::kLinkLocalScope
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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::kLinkLocalScope
ot::Ip6::Address::kLinkLocalScope variable
Syntax
Show:
Summary
Declaration
from
ip6_address.hpp:536
static
constexpr
uint8_t
kLinkLocalScope
=
2
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kLinkLocalScope
=
2
;
///< Link-Local scope
ip6_address.hpp:536
bool
Address
::
IsLinkLocalMulticast
(
void
)
const
{
return
IsMulticast
(
)
&&
(
GetScope
(
)
==
kLinkLocalScope
)
;
}
ip6_address.cpp:354
ot::Ip6::Address
ot::Ip6::Address::IsLinkLocalMulticast() const
rval
=
kLinkLocalScope
;
ip6_address.cpp:454
ot::Ip6::Address
ot::Ip6::Address::GetScope() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Address::kLinkLocalScope
is read by 2 functions:
All items filtered out
ot::Ip6::Address::kLinkLocalScope
ot::Ip6::Address::IsLinkLocalMulticast() const
ot::Ip6::Address::GetScope() const
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