Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c585 int qdCount, anCount, dnCount, arCount; in _dnsPacket_checkQuery() local
621 arCount = (p[10]<< 8) | p[11]; in _dnsPacket_checkQuery()
623 if (anCount != 0 || dnCount != 0 || arCount > 1) { in _dnsPacket_checkQuery()