ESP-IDF
otNetifAddress::mScopeOverride
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
otNetifAddress::mScopeOverride
otNetifAddress::mScopeOverride field
Syntax
Show:
Summary
Declaration
from
ip6.h:177
unsigned
int
mScopeOverride
:
4
;
Examples
References
from
examples
Code
Location
Scope
Referrer
unsigned
int
mScopeOverride
:
4
;
///< The IPv6 scope of this address.
ip6.h:177
return
mScopeOverrideValid
?
static_cast
<
uint8_t
>
(
mScopeOverride
)
:
GetAddress
(
)
.
GetScope
(
)
;
netif.hpp:179
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::GetScope() const
mScopeOverride
=
aScope
;
netif.hpp:189
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::SetScopeOverride()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetifAddress::mScopeOverride
is written by 1 function and is read by 1 function:
ot::Ip6::Netif::UnicastAddress::SetScopeOverride()
All items filtered out
otNetifAddress::mScopeOverride
ot::Ip6::Netif::UnicastAddress::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