Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_cache.cpp371 int qdCount, anCount, dnCount, arCount; in _dnsPacket_checkQuery() local
406 arCount = (p[10] << 8) | p[11]; in _dnsPacket_checkQuery()
408 if (anCount != 0 || dnCount != 0 || arCount > 1) { in _dnsPacket_checkQuery()