ESP-IDF
ot::Dns::Header::kQrFlagOffset
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::kQrFlagOffset
ot::Dns::Header::kQrFlagOffset variable
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:354
static
constexpr
uint8_t
kQrFlagOffset
=
7
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kQrFlagOffset
=
7
;
// QR Flag offset.
dns_types.hpp:354
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
(
mFlags
[
0
]
&
kQrFlagMask
)
>
>
kQrFlagOffset
)
;
}
dns_types.hpp:118
ot::Dns::Header
ot::Dns::Header::GetType() const
mFlags
[
0
]
|=
static_cast
<
uint8_t
>
(
aType
)
<
<
kQrFlagOffset
;
dns_types.hpp:128
ot::Dns::Header
ot::Dns::Header::SetType()
static
constexpr
uint8_t
kQrFlagMask
=
0x01
<
<
kQrFlagOffset
;
// QR Flag mask.
dns_types.hpp:355
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Header::kQrFlagOffset
is read by 2 functions:
All items filtered out
ot::Dns::Header::kQrFlagOffset
ot::Dns::Header::GetType() const
ot::Dns::Header::SetType()
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