ESP-IDF
ot::Dns::Name::kMaxNameLength
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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::kMaxNameLength
ot::Dns::Name::kMaxNameLength variable
Maximum length in a name string (does not include null char at the end of string).
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:452
static
constexpr
uint8_t
kMaxNameLength
=
kMaxNameSize
-
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kMaxNameLength
=
kMaxNameSize
-
1
;
dns_types.hpp:452
uint16_t
nameLength
=
StringLength
(
aName
,
kMaxNameLength
)
;
dns_types.cpp:747
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
uint16_t
domainLength
=
StringLength
(
aDomain
,
kMaxNameLength
)
;
dns_types.cpp:748
ot::Dns::Name
ot::Dns::Name::IsSubDomainOf()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::Name::kMaxNameLength
is read by 1 function:
All items filtered out
ot::Dns::Name::kMaxNameLength
ot::Dns::Name::IsSubDomainOf()
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