ESP-IDF
otDnsIsNameCompressionEnabled()
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
otDnsIsNameCompressionEnabled()
otDnsIsNameCompressionEnabled() function
Indicates whether the "DNS name compression" mode is enabled or not. This is intended for testing only and available when `OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE` config is enabled.
Syntax
Show:
Summary
Declaration
Definition
from
dns.h:179
bool
otDnsIsNameCompressionEnabled
(
void
)
;
Implemented in
dns_api.cpp:74
Return value
TRUE if the "DNS name compression" mode is enabled, FALSE otherwise.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
otDnsIsNameCompressionEnabled
(
void
)
{
return
Instance
::
IsDnsNameCompressionEnabled
(
)
;
}
dns_api.cpp:74
bool
otDnsIsNameCompressionEnabled
(
void
)
;
dns.h:179
OutputEnabledDisabledStatus
(
otDnsIsNameCompressionEnabled
(
)
)
;
cli_dns.cpp:67
ot::Cli::Dns
ot::Cli::Dns::Process()
Call Tree
from
examples
otDnsIsNameCompressionEnabled()
is called by 1 function and calls 1 function:
ot::Cli::Dns::Process()
All items filtered out
otDnsIsNameCompressionEnabled()
ot::Instance::IsDnsNameCompressionEnabled()
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