ESP-IDF
otDnsNat64Mode
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otDnsNat64Mode
otDnsNat64Mode enum
Syntax
Show:
Summary
Declaration
from
dns_client.h:73
enum
{
OT_DNS_NAT64_UNSPECIFIED
=
0
,
OT_DNS_NAT64_ALLOW
=
1
,
OT_DNS_NAT64_DISALLOW
=
2
,
}
;
Values
Value
Declared as
otDnsNat64Mode::OT_DNS_NAT64_UNSPECIFIED
=
0
otDnsNat64Mode::OT_DNS_NAT64_ALLOW
=
1
otDnsNat64Mode::OT_DNS_NAT64_DISALLOW
=
2
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
dns_client.h:73
}
otDnsNat64Mode
;
dns_client.h:78
otDnsNat64Mode
otDnsNat64Mode
mNat64Mode
;
///< Allow/Disallow NAT64 address translation during address resolution.
dns_client.h:120
otDnsQueryConfig
otDnsQueryConfig::mNat64Mode
void
SetNat64Mode
(
Nat64Mode
aMode
)
{
mNat64Mode
=
static_cast
<
otDnsNat64Mode
>
(
aMode
)
;
}
dns_client.hpp:252
ot::Dns::Client::QueryConfig::SetNat64Mode()
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
Instance
Scope
Location
Project
otDnsQueryConfig::mNat64Mode
otDnsQueryConfig
dns_client.h:120
Lifecycle
from
examples
All items filtered out
All items filtered out