ESP-IDF
otNetifAddress::mValid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetifAddress::mValid
otNetifAddress::mValid field
Syntax
Show:
Summary
Declaration
from
ip6.h:175
bool
mValid
:
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mValid
:
1
;
///< TRUE if the address is valid, FALSE otherwise.
ip6.h:175
addr
->
mPrefixLength
,
addr
->
mPreferred
,
addr
->
mValid
)
;
cli.cpp:3239
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
address
.
mValid
=
true
;
cli.cpp:3262
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
entry
->
mValid
=
aAddress
.
mValid
;
netif.cpp:450
ot::Ip6::Netif
ot::Ip6::Netif::AddExternalUnicastAddress()
mValid
=
true
;
netif.cpp:547
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::InitAsThreadOrigin()
mValid
=
true
;
netif.cpp:561
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::InitAsThreadOriginGlobalScope()
mValid
=
true
;
netif.cpp:571
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::InitAsSlaacOrigin()
bool
IsInUse
(
void
)
const
{
return
mValid
;
}
slaac_address.hpp:173
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::IsInUse() const
void
MarkAsNotInUse
(
void
)
{
mValid
=
false
;
}
slaac_address.hpp:174
ot::Utils::Slaac::SlaacAddress
ot::Utils::Slaac::SlaacAddress::MarkAsNotInUse()
VerifyOrExit
(
aUnicastAddress
.
mValid
)
;
srp_client.cpp:746
ot::Srp::Client
ot::Srp::Client::ShouldHostAutoAddressRegister() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetifAddress::mValid
is written by 6 functions and is read by 4 functions:
ot::Utils::Slaac::SlaacAddress::MarkAsNotInUse()
ot::Ip6::Netif::AddExternalUnicastAddress()
ot::Ip6::Netif::UnicastAddress::InitAsThreadOrigin()
ot::Ip6::Netif::UnicastAddress::InitAsThreadOriginGlobalScope()
ot::Ip6::Netif::UnicastAddress::InitAsSlaacOrigin()
ot::Cli::Interpreter::Process()
All items filtered out
otNetifAddress::mValid
ot::Utils::Slaac::SlaacAddress::IsInUse() const
ot::Ip6::Netif::AddExternalUnicastAddress()
ot::Srp::Client::ShouldHostAutoAddressRegister() const
ot::Cli::Interpreter::Process()
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