ESP-IDF
ot::Dns::Name::kPointerLabelTypeUint16
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::Dns::Name::kPointerLabelTypeUint16
ot::Dns::Name::kPointerLabelTypeUint16 variable
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1049
static
constexpr
uint16_t
kPointerLabelTypeUint16
=
0xc000
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kPointerLabelTypeUint16
=
0xc000
;
// Pointer label type mask (first 2 bits).
dns_types.hpp:1049
OT_ASSERT
(
aOffset
<
kPointerLabelTypeUint16
)
;
dns_types.cpp:301
ot::Dns::Name
ot::Dns::Name::AppendPointerLabel()
value
=
BigEndian
::
HostSwap16
(
aOffset
|
kPointerLabelTypeUint16
)
;
dns_types.cpp:303
ot::Dns::Name
ot::Dns::Name::AppendPointerLabel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Name::kPointerLabelTypeUint16
is read by 1 function:
All items filtered out
ot::Dns::Name::kPointerLabelTypeUint16
ot::Dns::Name::AppendPointerLabel()
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