ESP-IDF
OT_DNS_MAX_NAME_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_NAME_SIZE
OT_DNS_MAX_NAME_SIZE macro
This module includes functions that control DNS communication.
Syntax
Show:
Summary
Declaration
from
dns.h:56
#define
OT_DNS_MAX_NAME_SIZE
255
Examples
References
from
examples
Code
Location
#define
OT_DNS_MAX_NAME_SIZE
255
///< Maximum name string size (includes null char at the end of string).
dns.h:56
char
hostName
[
OT_DNS_MAX_NAME_SIZE
]
;
cli_dns.cpp:527
char
name
[
OT_DNS_MAX_NAME_SIZE
]
;
cli_dns.cpp:584
char
name
[
OT_DNS_MAX_NAME_SIZE
]
;
cli_dns.cpp:626
otDnssdQueryType
otDnssdGetQueryTypeAndName
(
const
otDnssdQuery
*
aQuery
,
char
(
*
aNameOutput
)
[
OT_DNS_MAX_NAME_SIZE
]
)
dns_server_api.cpp:74
static
constexpr
uint8_t
kMaxNameSize
=
OT_DNS_MAX_NAME_SIZE
;
dns_types.hpp:447
otDnssdQueryType
otDnssdGetQueryTypeAndName
(
const
otDnssdQuery
*
aQuery
,
char
(
*
aNameOutput
)
[
OT_DNS_MAX_NAME_SIZE
]
)
;
dnssd_server.h:236
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