Searched refs:mQueryType (Results 1 – 2 of 2) sorted by relevance
424 if ((info.mQueryType == kIp4AddressQuery) || mIp6QueryResponseRequiresNat64) in GetAddress()433 section = (info.mQueryType == kIp4AddressQuery) ? kAnswerSection : kAdditionalDataSection; in GetAddress()598 switch (info.mQueryType) in GetServiceInfo()627 … srvSection = (info.mQueryType != kServiceQueryTxt) ? kAnswerSection : kAdditionalDataSection; in GetServiceInfo()628 … txtSection = (info.mQueryType != kServiceQuerySrv) ? kAnswerSection : kAdditionalDataSection; in GetServiceInfo()665 switch (info.mQueryType) in GetHostAddress()862 info.mQueryType = kIp6AddressQuery; in ResolveAddress()879 info.mQueryType = kIp4AddressQuery; in ResolveIp4Address()895 info.mQueryType = kBrowseQuery; in Browse()949 info.mQueryType = kServiceQuerySrv; in Resolve()[all …]
771 QueryType mQueryType; member