ESP-IDF
ot::Dns::Name::kMaxLabelLength
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::Dns::Name::kMaxLabelLength
ot::Dns::Name::kMaxLabelLength variable
Maximum length in a label string (does not include null char at the end of string).
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:462
static
constexpr
uint8_t
kMaxLabelLength
=
kMaxLabelSize
-
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxLabelLength
=
kMaxLabelSize
-
1
;
dns_types.hpp:462
VerifyOrExit
(
(
0
<
aLength
)
&&
(
aLength
<=
kMaxLabelLength
)
,
error
=
kErrorInvalidArgs
)
;
dns_types.cpp:215
ot::Dns::Name
ot::Dns::Name::AppendLabel()
VerifyOrExit
(
(
0
<
mLabelLength
)
&&
(
mLabelLength
<=
kMaxLabelLength
)
,
error
=
kErrorInvalidArgs
)
;
dns_types.cpp:701
ot::Dns::Name::LabelIterator
ot::Dns::Name::LabelIterator::AppendLabel() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Name::kMaxLabelLength
is read by 2 functions:
All items filtered out
ot::Dns::Name::kMaxLabelLength
ot::Dns::Name::AppendLabel()
ot::Dns::Name::LabelIterator::AppendLabel() 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