ESP-IDF
ot::Dns::Header::kRCodeOffset
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::kRCodeOffset
ot::Dns::Header::kRCodeOffset variable
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:366
static
constexpr
uint8_t
kRCodeOffset
=
0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kRCodeOffset
=
0
;
// RCODE field offset.
dns_types.hpp:366
Response
GetResponseCode
(
void
)
const
{
return
static_cast
<
Response
>
(
(
mFlags
[
1
]
&
kRCodeMask
)
>
>
kRCodeOffset
)
;
}
dns_types.hpp:259
ot::Dns::Header
ot::Dns::Header::GetResponseCode() const
mFlags
[
1
]
|=
static_cast
<
uint8_t
>
(
aResponse
)
<
<
kRCodeOffset
;
dns_types.hpp:269
ot::Dns::Header
ot::Dns::Header::SetResponseCode()
static
constexpr
uint8_t
kRCodeMask
=
0x0f
<
<
kRCodeOffset
;
// RCODE field mask.
dns_types.hpp:367
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Header::kRCodeOffset
is read by 2 functions:
All items filtered out
ot::Dns::Header::kRCodeOffset
ot::Dns::Header::GetResponseCode() const
ot::Dns::Header::SetResponseCode()
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