/external/netcat/data/ |
dns-any.d | 17 0 # ancount: answers, 0
|
/external/tcpdump/ |
print-domain.c | 563 register int qdcount, ancount, nscount, arcount; local 571 ancount = EXTRACT_16BITS(&np->ancount); 603 printf(" %d/%d/%d", ancount, nscount, arcount); 604 if (ancount--) { 607 while (cp < snapend && ancount--) { 613 if (ancount > 0) 657 if (ancount != 1) 658 printf(" [%da]", ancount); 661 if (ancount) [all...] |
nameser.h | 232 u_int16_t ancount; /* number of answer entries */ member in struct:__anon11441
|
print-smb.c | 1094 int qdcount, ancount, nscount, arcount; local 1106 ancount = EXTRACT_16BITS(data + 6); 1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount, 1156 total = ancount + nscount + arcount; [all...] |
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 211 int qdcount, ancount, rdlength; local 254 ancount = ntohs(hp->ancount); 277 while (ancount-- && cp < eom) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
nameser_compat.h | 80 unsigned ancount :16; /* number of answer entries */ member in struct:__anon20467
|
/bionic/libc/netbsd/resolv/ |
res_query.c | 183 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { 188 ntohs(hp->ancount),
|
res_mkquery.c | 215 hp->ancount = htons(1);
|
res_debug.c | 244 int qdcount, ancount, nscount, arcount; local 255 ancount = ns_msg_count(handle, ns_s_an); 291 p_section(ns_s_an, (int)opcode), ancount); 308 if (qdcount == 0 && ancount == 0 &&
|
res_cache.c | 386 * ANCount: 16 : Answer count (0 in queries) 391 * the ANSWER is made of ANCount RRs 595 int qdCount, anCount, dnCount, arCount; 627 /* ANCOUNT, DNCOUNT and ARCOUNT must be 0 */ 629 anCount = (p[6] << 8) | p[7]; 633 if (anCount != 0 || dnCount != 0 || arCount != 0) { 853 /* assume: ANcount, NScount, ARcount are 0 */ 970 /* assume: ANcount, NScount and ARcount are all 0 */ 1025 int ancount, n; local 1032 ancount = ns_msg_count(handle, ns_s_an) [all...] |
/external/dnsmasq/src/ |
rfc1035.c | 424 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount), 480 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount), header, plen))) 590 !(p = do_doctor(p, ntohs(header->ancount), header, qlen))) 690 for (j = ntohs(header->ancount); j != 0; j--) 768 for (j = ntohs(header->ancount); j != 0; j--) 911 header->ancount = htons(0); /* no answers unless changed below */ 921 header->ancount = htons(1); 929 header->ancount = htons(1); 987 for (i = ntohs(header->ancount); i != 0; i--) [all...] |
nameser.h | 315 unsigned ancount :16; /* number of answer entries */ member in struct:__anon5263
|
forward.c | 405 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 && 447 header->ancount = htons(0); 509 header->ancount = htons(0);
|
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 1310 int type, class, ancount, qdcount; local 2144 int ancount; local [all...] |
/bionic/libc/private/ |
arpa_nameser_compat.h | 131 unsigned ancount :16; /* number of answer entries */ member in struct:__anon566
|
/bionic/libc/netbsd/ |
gethnamaddr.c | 180 int type, class, ancount, qdcount; local 209 ancount = ntohs(hp->ancount); 248 while (ancount-- > 0 && cp < eom && !had_error) {
|