Home
last modified time | relevance | path

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

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