Home
last modified time | relevance | path

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

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