HomeSort by relevance Sort by last modified time
    Searched refs:ancount (Results 1 - 20 of 20) sorted by null

  /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:__anon15755
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) {
  /external/openssh/openbsd-compat/
getrrsetbyname.c 274 rrset->rri_nrdatas = response->header.ancount;
404 resp->header.ancount = ntohs(resp->header.ancount);
424 resp->header.ancount);
425 if (resp->header.ancount && resp->answer == NULL) {
  /prebuilts/gcc/linux-x86/host/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:__anon26091
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 80 unsigned ancount :16; /* number of answer entries */ member in struct:__anon27681
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 80 unsigned ancount :16; /* number of answer entries */ member in struct:__anon29196
  /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 397 * ANCount: 16 : Answer count (0 in queries)
402 * the ANSWER is made of ANCount RRs
604 int qdCount, anCount, dnCount, arCount;
636 /* ANCOUNT, DNCOUNT and ARCOUNT must be 0 */
638 anCount = (p[6] << 8) | p[7];
642 if (anCount != 0 || dnCount != 0 || arCount != 0) {
860 /* assume: ANcount, NScount, ARcount are 0 */
977 /* assume: ANcount, NScount and ARcount are all 0 */
1082 int ancount, n; local
1089 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:__anon7152
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 1307 int type, class, ancount, qdcount; local
2160 int ancount; local
    [all...]
  /bionic/libc/private/
arpa_nameser_compat.h 131 unsigned ancount :16; /* number of answer entries */ member in struct:__anon644
  /bionic/libc/netbsd/
gethnamaddr.c 185 int type, class, ancount, qdcount; local
214 ancount = ntohs(hp->ancount);
253 while (ancount-- > 0 && cp < eom && !had_error) {
    [all...]
  /external/libppp/src/
ip.c 97 u_short ancount; member in struct:dns_header
  /external/mdnsresponder/mDNSShared/
dnsextd.c 1936 int ancount = 0; local
    [all...]

Completed in 955 milliseconds