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