Home
last modified time | relevance | path

Searched refs:mNat64Mode (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Ddns_client.h120 …otDnsNat64Mode mNat64Mode; ///< Allow/Disallow NAT64 address translation during address… member
/openthread-latest/src/core/net/
Ddns_client.hpp206 Nat64Mode GetNat64Mode(void) const { return static_cast<Nat64Mode>(mNat64Mode); } in GetNat64Mode()
252 void SetNat64Mode(Nat64Mode aMode) { mNat64Mode = static_cast<otDnsNat64Mode>(aMode); } in SetNat64Mode()
/openthread-latest/src/cli/
Dcli_dns.cpp146 …OutputLine("Nat64Mode: %s", (defaultConfig->mNat64Mode == OT_DNS_NAT64_ALLOW) ? "allow" : "disallo… in Process()
/openthread-latest/tests/unit/
Dtest_dnssd_discovery_proxy.cpp1699 config.mNat64Mode = OT_DNS_NAT64_DISALLOW; in TestProxyTimeout()