ESP-IDF
ot::Mle::RouteTlv::IsValid() const
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::Mle::RouteTlv::IsValid() const
ot::Mle::RouteTlv::IsValid() const method
Indicates whether or not the TLV appears to be well-formed.
Syntax
Show:
Summary
Declaration
Definition
from
mle_tlvs.hpp:247
bool
IsValid
(
void
)
const
;
Implemented in
mle_tlvs.cpp:54
Return value
TRUE If the TLV appears to be well-formed. FALSE If the TLV does not appear to be well-formed.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
RouteTlv
::
IsValid
(
void
)
const
mle_tlvs.cpp:54
bool
IsValid
(
void
)
const
;
mle_tlvs.hpp:247
VerifyOrExit
(
aRouteTlv
.
IsValid
(
)
,
error
=
kErrorParse
)
;
mle.cpp:5153
ot::Mle::Mle::RxMessage
ot::Mle::Mle::RxMessage::ReadRouteTlv() const
if
(
routeTlv
.
IsValid
(
)
&&
(
mPreviousPartitionIdTimeout
>
0
)
&&
mle_router.cpp:1183
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
VerifyOrExit
(
IsRouterRloc16
(
aSourceAddress
)
&&
routeTlv
.
IsValid
(
)
)
;
mle_router.cpp:1225
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
VerifyOrExit
(
routeTlv
.
IsValid
(
)
,
error
=
kErrorParse
)
;
network_diagnostic.cpp:1087
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
Call Tree
from
examples
ot::Mle::RouteTlv::IsValid() const
is called by 2 functions and calls 1 function:
ot::Mle::Mle::RxMessage::ReadRouteTlv() const
ot::Mle::MleRouter::HandleAdvertisementOnFtd()
All items filtered out
ot::Mle::RouteTlv::IsValid() const
ot::Mle::RouteTlv::GetRouteDataLength() const
All items filtered out
Data Use
from
examples
ot::Mle::RouteTlv::IsValid() const
reads 1 variable and writes 1 variable:
ot::Mle::kMaxRouters
All items filtered out
ot::Mle::RouteTlv::IsValid() const
ot::NetworkDiagnostic::Client::GetNextDiagTlv()
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