Searched refs:qdCount (Results 1 – 1 of 1) sorted by relevance
388 int qdCount, anCount, dnCount, arCount; in _dnsPacket_checkQuery() local420 qdCount = (p[4] << 8) | p[5]; in _dnsPacket_checkQuery()430 if (qdCount == 0) { in _dnsPacket_checkQuery()438 for (; qdCount > 0; qdCount--) in _dnsPacket_checkQuery()