Home
last modified time | relevance | path

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

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