ESP-IDF
OT_DNS_MAX_LABEL_SIZE
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_MAX_LABEL_SIZE
OT_DNS_MAX_LABEL_SIZE macro
Syntax
Show:
Summary
Declaration
from
dns.h:58
#define
OT_DNS_MAX_LABEL_SIZE
64
Examples
References
from
examples
Code
Location
#define
OT_DNS_MAX_LABEL_SIZE
64
///< Maximum label string size (include null char at the end of string).
dns.h:58
char
label
[
OT_DNS_MAX_LABEL_SIZE
]
;
cli_dns.cpp:585
char
label
[
OT_DNS_MAX_LABEL_SIZE
]
;
cli_dns.cpp:627
char
subLabel
[
OT_DNS_MAX_LABEL_SIZE
]
;
cli_srp_server.cpp:454
static
constexpr
uint8_t
kMaxLabelSize
=
OT_DNS_MAX_LABEL_SIZE
;
dns_types.hpp:457
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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