ESP-IDF
ot::Ip6::Header::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::Ip6::Header::IsValid() const
ot::Ip6::Header::IsValid() const method
Indicates whether or not the header appears to be well-formed.
Syntax
Show:
Summary
Declaration
Definition
from
ip6_headers.hpp:110
bool
IsValid
(
void
)
const
;
Implemented in
ip6_headers.cpp:58
Return value
TRUE If the header appears to be well-formed. FALSE If the header does not appear to be well-formed.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
Header
::
IsValid
(
void
)
const
ip6_headers.cpp:58
bool
IsValid
(
void
)
const
;
ip6_headers.hpp:110
VerifyOrExit
(
header
->
IsValid
(
)
)
;
ip6.cpp:89
ot::Ip6::Ip6
ot::Ip6::Ip6::NewMessageFromData()
VerifyOrExit
(
IsValid
(
)
)
;
ip6_headers.cpp:49
ot::Ip6::Header
ot::Ip6::Header::ParseFrom()
Call Tree
from
examples
ot::Ip6::Header::IsValid() const
is called by 2 functions and calls 2 functions:
ot::Ip6::Header::ParseFrom()
ot::Ip6::Ip6::NewMessageFromData()
All items filtered out
ot::Ip6::Header::IsValid() const
ot::Ip6::Header::IsVersion6() const
ot::Ip6::Header::GetPayloadLength() const
All items filtered out
Data Use
from
examples
ot::Ip6::Header::IsValid() const
reads 1 variable:
ot::Ip6::kMaxDatagramLength
All items filtered out
ot::Ip6::Header::IsValid() 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