ESP-IDF
ot::Ip6::Header::GetDscp() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::GetDscp() const
ot::Ip6::Header::GetDscp() const method
Gets the 6-bit Differentiated Services Code Point (DSCP) from Traffic Class field.
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:162
uint8_t
GetDscp
(
void
)
const
;
Return value
The DSCP value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetDscp
(
void
)
const
ip6_headers.hpp:162
settings
.
mPriority
=
DscpToPriority
(
header
->
GetDscp
(
)
)
;
ip6.cpp:91
ot::Ip6::Ip6
ot::Ip6::Ip6::NewMessageFromData()
Call Tree
from
examples
ot::Ip6::Header::GetDscp() const
is called by 1 function and calls 1 function:
ot::Ip6::Ip6::NewMessageFromData()
All items filtered out
ot::Ip6::Header::GetDscp() const
ot::BigEndian::HostSwap16()
All items filtered out
Data Use
from
examples
ot::Ip6::Header::GetDscp() const
reads 4 variables:
ot::Ip6::Header::kDscpOffset
ot::Ip6::Header::kDscpMask
ot::Ip6::Header::
::m16
ot::Ip6::Header::mVerTcFlow
All items filtered out
ot::Ip6::Header::GetDscp() 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