ESP-IDF
ot::Ip6::Header::IsVersion6() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
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::IsVersion6() const
ot::Ip6::Header::IsVersion6() const method
Indicates whether or not the IPv6 Version is set to 6.
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:118
bool
IsVersion6
(
void
)
const
;
Return value
TRUE If the IPv6 Version is set to 6. FALSE If the IPv6 Version is not set to 6.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
IsVersion6
(
void
)
const
{
return
(
mVerTcFlow
.
m8
[
0
]
&
kVersionMask
)
==
kVersion6
;
}
ip6_headers.hpp:118
return
IsVersion6
(
)
&&
(
(
sizeof
(
Header
)
+
GetPayloadLength
(
)
)
<=
kMaxLength
)
;
ip6_headers.cpp:66
ot::Ip6::Header
ot::Ip6::Header::IsValid() const
Call Tree
from
examples
ot::Ip6::Header::IsVersion6() const
is called by 1 function:
ot::Ip6::Header::IsValid() const
All items filtered out
ot::Ip6::Header::IsVersion6() const
All items filtered out
Data Use
from
examples
ot::Ip6::Header::IsVersion6() const
reads 4 variables:
ot::Ip6::Header::kVersion6
ot::Ip6::Header::kVersionMask
ot::Ip6::Header::
::m8
ot::Ip6::Header::mVerTcFlow
All items filtered out
ot::Ip6::Header::IsVersion6() 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