Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_cache.cpp388 int qdCount, anCount, dnCount, arCount; in _dnsPacket_checkQuery() local
420 qdCount = (p[4] << 8) | p[5]; in _dnsPacket_checkQuery()
430 if (qdCount == 0) { in _dnsPacket_checkQuery()
438 for (; qdCount > 0; qdCount--) in _dnsPacket_checkQuery()