Home
last modified time | relevance | path

Searched refs:mIp6QueryResponseRequiresNat64 (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/net/
Ddns_client.hpp322 bool mIp6QueryResponseRequiresNat64; member in ot::Dns::Client::Response
Ddns_client.cpp424 if ((info.mQueryType == kIp4AddressQuery) || mIp6QueryResponseRequiresNat64) in GetAddress()