Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/module/util/
H A DDnsPacketTest.java36 int qCount, int aCount, int nsCount, int arCount) { in assertHeaderParses() argument
42 assertEquals(header.getRecordCount(DnsPacket.ARSECTION), arCount); in assertHeaderParses() local
/aosp12/bionic/libc/dns/resolv/
H A 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()
/aosp12/packages/modules/DnsResolver/
H A Dres_cache.cpp388 int qdCount, anCount, dnCount, arCount; in _dnsPacket_checkQuery() local
423 arCount = (p[10] << 8) | p[11]; in _dnsPacket_checkQuery()
425 if (anCount != 0 || dnCount != 0 || arCount > 1) { in _dnsPacket_checkQuery()