/system/netd/server/dns/ |
DnsTlsTransport.cpp | 169 0, 0, // [6-7] ANCOUNT (number of answers) 212 const int ancount = (recvbuf[6] << 8) | recvbuf[7]; local 213 ALOGV("%u answer count: %d", netid, ancount);
|
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 211 int qdcount, ancount, rdlength; local 254 ancount = ntohs(hp->ancount); 277 while (ancount-- && cp < eom) {
|
/external/syslinux/core/fs/pxe/ |
dnsresolv.c | 24 uint16_t ancount; member in struct:dnshdr
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
getnetbydns.c | 125 int type, class, buflen, ancount, qdcount, haveanswer, i, nchar;
local 148 ancount = ntohs(hp->ancount); /* #/records in the answer section */
166 while (--ancount >= 0 && cp < eom) {
|
res_update.c | 130 int i, j, k = 0, n, ancount, nscount, arcount, rcode, rdatasize,
local 213 ancount = ntohs(hp->ancount);
226 if (ancount == 0 && nscount == 0 && arcount == 0) {
239 ancount == 0 &&
274 } else if (rcode == NOERROR && ancount == 1) {
309 ancount, nscount, arcount, hp->rcode);
380 if (rcode == NOERROR && ancount > 0) {
394 for (j = 0; j < ancount; j++) {
406 nscount = ancount;
[all...] |
gethostbydns.c | 205 int type, class, buflen, ancount, qdcount;
local 231 ancount = ntohs(hp->ancount);
272 while (ancount-- > 0 && cp < eom && !had_error) {
|
res_debug.c | 222 int qdcount, ancount, nscount, arcount;
local 236 ancount = ns_msg_count(handle, ns_s_an);
272 p_section(ns_s_an, (int)opcode), ancount);
289 if (qdcount == 0 && ancount == 0 &&
|
getaddrinfo.c | 1081 int type, class, ancount, qdcount;
local 1109 ancount = ntohs(hp->ancount);
1141 while (ancount-- > 0 && cp < eom && !had_error) {
1689 int ancount; local [all...] |
/external/syslinux/core/legacynet/ |
dnsresolv.c | 22 uint16_t ancount; member in struct:dnshdr 258 hd1->ancount = 0; /* No answers */ 318 reps = htons(hd2->ancount); /* Replies */
|
/external/syslinux/gpxe/src/include/gpxe/ |
dns.h | 54 uint16_t ancount; member in struct:dns_header
|
/external/tcpdump/ |
print-domain.c | 581 register int qdcount, ancount, nscount, arcount; local 589 ancount = EXTRACT_16BITS(&np->ancount); 621 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); 622 if (ancount--) { 625 while (cp < ndo->ndo_snapend && ancount--) { 631 if (ancount > 0) 675 if (ancount != 1) 676 ND_PRINT((ndo, " [%da]", ancount)); 679 if (ancount) [all...] |
print-smb.c | 1105 int qdcount, ancount, nscount, arcount; local [all...] |
nameser.h | 217 uint16_t ancount; /* number of answer entries */ member in struct:__anon38534
|
/bionic/libc/include/arpa/ |
nameser_compat.h | 71 unsigned ancount :16; /* number of answer entries */ member in struct:__anon248
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
nameser_compat.h | 131 unsigned ancount :16; /*%< number of answer entries */
member in struct:__anon12019
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/ |
nameser_compat.h | 142 unsigned ancount :16; /* number of answer entries */ member in struct:__anon60925
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/ |
nameser_compat.h | 80 unsigned ancount :16; /*%< number of answer entries */ member in struct:__anon62079
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/ |
nameser_compat.h | 142 unsigned ancount :16; /* number of answer entries */ member in struct:__anon66368
|
/system/netd/tests/dns_responder/ |
dns_responder.cpp | 391 uint16_t ancount; member in struct:test::DNSHeader::Header 397 unsigned* qdcount, unsigned* ancount, 403 unsigned ancount; local 406 const char* cur = readHeader(buffer, buffer_end, &qdcount, &ancount, 422 if (ancount) { 423 answers.resize(ancount); 424 for (unsigned i = 0 ; i < ancount ; ++i) { 472 header.ancount = htons(answers.size()); 501 unsigned* qdcount, unsigned* ancount, 520 *ancount = ntohs(header.ancount) [all...] |
/bionic/libc/dns/net/ |
gethnamaddr.c | 226 int type, class, ancount, qdcount; local 260 ancount = ntohs(hp->ancount); 293 while (ancount-- > 0 && cp < eom && !had_error) { [all...] |
getaddrinfo.c | 1323 int type, class, ancount, qdcount; local 2168 int ancount; local [all...] |
/bionic/libc/dns/resolv/ |
res_debug.c | 281 int qdcount, ancount, nscount, arcount; local 292 ancount = ns_msg_count(handle, ns_s_an); 328 p_section(ns_s_an, (int)opcode), ancount); 345 if (qdcount == 0 && ancount == 0 && [all...] |
res_cache.c | 378 * ANCount: 16 : Answer count (0 in queries) 383 * the ANSWER is made of ANCount RRs 585 int qdCount, anCount, dnCount, arCount; 617 /* ANCOUNT, DNCOUNT and ARCOUNT must be 0 */ 619 anCount = (p[6] << 8) | p[7]; 623 if (anCount != 0 || dnCount != 0 || arCount > 1) { 858 /* assume: ANcount and NScount are 0 */ 1006 /* assume: ANcount and NScount are 0 */ 1127 int ancount, n; local 1134 ancount = ns_msg_count(handle, ns_s_an) [all...] |
/external/dnsmasq/src/ |
nameser.h | 315 unsigned ancount :16; /* number of answer entries */ member in struct:__anon18987
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 1936 int ancount = 0; local [all...] |