Searched refs:iptype (Results 1 – 1 of 1) sorted by relevance
8045 mDNSs32 iptype; in ShouldSuppressQuery() local8048 if (qtype == kDNSType_A) iptype = mDNSAddrType_IPv4; in ShouldSuppressQuery()8049 else if (qtype == kDNSType_AAAA) iptype = mDNSAddrType_IPv6; in ShouldSuppressQuery()8068 if (i->ip.type != iptype) continue; in ShouldSuppressQuery()8073 …if (iptype == mDNSAddrType_IPv4 && !mDNSv4AddressIsLoopback(&i->ip.ip.v4) && !mDNSv4AddressIsLinkL… in ShouldSuppressQuery()8079 else if (iptype == mDNSAddrType_IPv6 && in ShouldSuppressQuery()