ESP-IDF
otNetifAddress::mMeshLocal
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::mMeshLocal
otNetifAddress::mMeshLocal field
Syntax
Show:
Summary
Declaration
from
ip6.h:179
bool
mMeshLocal
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mMeshLocal
:
1
;
///< TRUE if the address is mesh-local, FALSE otherwise.
ip6.h:179
if
(
aAddress
.
mMeshLocal
)
netif.cpp:362
ot::Ip6::Netif
ot::Ip6::Netif::AddUnicastAddress()
info
.
mMeshLocal
=
aAddress
.
mMeshLocal
;
netif.cpp:428
ot::Ip6::Netif
ot::Ip6::Netif::SignalUnicastAddressChange()
entry
->
mMeshLocal
=
false
;
netif.cpp:461
ot::Ip6::Netif
ot::Ip6::Netif::AddExternalUnicastAddress()
mMeshLocal
=
true
;
netif.cpp:554
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
otNetifAddress::mMeshLocal
is written by 2 functions and is read by 2 functions:
ot::Ip6::Netif::AddExternalUnicastAddress()
ot::Ip6::Netif::UnicastAddress::InitAsThreadOriginMeshLocal()
All items filtered out
otNetifAddress::mMeshLocal
ot::Ip6::Netif::AddUnicastAddress()
ot::Ip6::Netif::SignalUnicastAddressChange()
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