ESP-IDF
ot::Ip6::Header::
::m16
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::
::m16
ot::Ip6::Header::
::m16 field
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:332
uint16_t
m16
[
sizeof
(
uint32_t
)
/
sizeof
(
uint16_t
)
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
m16
[
sizeof
(
uint32_t
)
/
sizeof
(
uint16_t
)
]
;
ip6_headers.hpp:332
return
static_cast
<
uint8_t
>
(
(
BigEndian
::
HostSwap16
(
mVerTcFlow
.
m16
[
0
]
)
&
kTrafficClassMask
)
>
>
ip6_headers.hpp:141
ot::Ip6::Header
ot::Ip6::Header::GetTrafficClass() const
mVerTcFlow
.
m16
[
0
]
=
ip6_headers.hpp:152
ot::Ip6::Header
ot::Ip6::Header::SetTrafficClass()
BigEndian
::
HostSwap16
(
(
BigEndian
::
HostSwap16
(
mVerTcFlow
.
m16
[
0
]
)
&
~
kTrafficClassMask
)
|
ip6_headers.hpp:153
ot::Ip6::Header
ot::Ip6::Header::SetTrafficClass()
return
static_cast
<
uint8_t
>
(
(
BigEndian
::
HostSwap16
(
mVerTcFlow
.
m16
[
0
]
)
&
kDscpMask
)
>
>
kDscpOffset
)
;
ip6_headers.hpp:164
ot::Ip6::Header
ot::Ip6::Header::GetDscp() const
mVerTcFlow
.
m16
[
0
]
=
BigEndian
::
HostSwap16
(
(
BigEndian
::
HostSwap16
(
mVerTcFlow
.
m16
[
0
]
)
&
~
kDscpMask
)
|
ip6_headers.hpp:174
ot::Ip6::Header
ot::Ip6::Header::SetDscp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Header::
::m16
is read by 4 functions:
All items filtered out
ot::Ip6::Header::
::m16
ot::Ip6::Header::GetTrafficClass() const
ot::Ip6::Header::SetTrafficClass()
ot::Ip6::Header::GetDscp() const
ot::Ip6::Header::SetDscp()
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