Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Ddns_client.cpp329 if ((info.mQueryType == kIp4AddressQuery) || mIp6QueryResponseRequiresNat64) in GetAddress()
338 section = (info.mQueryType == kIp4AddressQuery) ? kAnswerSection : kAdditionalDataSection; in GetAddress()
541 static_assert(kIp4AddressQuery == 1, "kIp4AddressQuery value is not correct"); in Client()
633 info.mQueryType = kIp4AddressQuery; in ResolveIp4Address()
708 if (aInfo.mQueryType == kIp4AddressQuery) in StartQuery()
868 case kIp4AddressQuery: in FinalizeQuery()
1045 info.mQueryType = kIp4AddressQuery; in ParseResponse()
Ddns_client.hpp694 kIp4AddressQuery, // IPv4 Address resolution enumerator