ESP-IDF
ot::Ip6::Header::
::m8
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::
::m8
ot::Ip6::Header::
::m8 field
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:331
uint8_t
m8
[
sizeof
(
uint32_t
)
/
sizeof
(
uint8_t
)
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
m8
[
sizeof
(
uint32_t
)
/
sizeof
(
uint8_t
)
]
;
ip6_headers.hpp:331
bool
IsVersion6
(
void
)
const
{
return
(
mVerTcFlow
.
m8
[
0
]
&
kVersionMask
)
==
kVersion6
;
}
ip6_headers.hpp:118
ot::Ip6::Header
ot::Ip6::Header::IsVersion6() const
Ecn
GetEcn
(
void
)
const
{
return
static_cast
<
Ecn
>
(
(
mVerTcFlow
.
m8
[
1
]
&
kEcnMask
)
>
>
kEcnOffset
)
;
}
ip6_headers.hpp:183
ot::Ip6::Header
ot::Ip6::Header::GetEcn() const
void
SetEcn
(
Ecn
aEcn
)
{
mVerTcFlow
.
m8
[
1
]
=
(
mVerTcFlow
.
m8
[
1
]
&
~
kEcnMask
)
|
(
(
aEcn
<
<
kEcnOffset
)
&
kEcnMask
)
;
}
ip6_headers.hpp:190
ot::Ip6::Header
ot::Ip6::Header::SetEcn()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Header::
::m8
is read by 3 functions:
All items filtered out
ot::Ip6::Header::
::m8
ot::Ip6::Header::IsVersion6() const
ot::Ip6::Header::GetEcn() const
ot::Ip6::Header::SetEcn()
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