ESP-IDF
ot::Dns::Header::kOpCodeOffset
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::Dns::Header::kOpCodeOffset
ot::Dns::Header::kOpCodeOffset variable
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:356
static
constexpr
uint8_t
kOpCodeOffset
=
3
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kOpCodeOffset
=
3
;
// OpCode field offset.
dns_types.hpp:356
QueryType
GetQueryType
(
void
)
const
{
return
static_cast
<
QueryType
>
(
(
mFlags
[
0
]
&
kOpCodeMask
)
>
>
kOpCodeOffset
)
;
}
dns_types.hpp:149
ot::Dns::Header
ot::Dns::Header::GetQueryType() const
mFlags
[
0
]
|=
static_cast
<
uint8_t
>
(
aType
)
<
<
kOpCodeOffset
;
dns_types.hpp:159
ot::Dns::Header
ot::Dns::Header::SetQueryType()
static
constexpr
uint8_t
kOpCodeMask
=
0x0f
<
<
kOpCodeOffset
;
// OpCode field mask.
dns_types.hpp:357
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Header::kOpCodeOffset
is read by 2 functions:
All items filtered out
ot::Dns::Header::kOpCodeOffset
ot::Dns::Header::GetQueryType() const
ot::Dns::Header::SetQueryType()
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