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

  /bionic/libc/netbsd/resolv/
res_mkquery.c 193 hp->arcount = htons(1);
272 hp->arcount = htons(ntohs(hp->arcount) + 1);
res_debug.c 243 int qdcount, ancount, nscount, arcount; local
256 arcount = ns_msg_count(handle, ns_s_ar);
294 p_section(ns_s_ar, (int)opcode), arcount);
308 nscount == 0 && arcount == 0)
res_query.c 190 ntohs(hp->arcount));
  /external/tcpdump/
print-domain.c 563 register int qdcount, ancount, nscount, arcount; local
573 arcount = EXTRACT_16BITS(&np->arcount);
603 printf(" %d/%d/%d", ancount, nscount, arcount);
629 if (cp < snapend && arcount--) {
633 while (cp < snapend && arcount--) {
639 if (arcount > 0)
668 if (arcount)
669 printf(" [%dau]", arcount);
712 if (cp < snapend && arcount--)
    [all...]
nameser.h 234 u_int16_t arcount; /* number of resource entries */ member in struct:__anon6117
print-smb.c 1094 int qdcount, ancount, nscount, arcount; local
1108 arcount = EXTRACT_16BITS(data + 10);
1152 arcount);
1156 total = ancount + nscount + arcount;
    [all...]
  /external/dnsmasq/src/
rfc1035.c 424 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount),
429 if (pheader && ntohs(header->arcount) == 0)
433 header->arcount = htons(1);
447 int i, arcount = ntohs(header->arcount); local
477 if (arcount == 0)
483 for (i = 0; i < arcount; i++)
505 i == arcount - 1 &&
626 if (!do_doctor(p, ntohs(header->arcount), header, qlen))
910 header->arcount = htons(0)
    [all...]
nameser.h 317 unsigned arcount :16; /* number of resource entries */ member in struct:__anon1605
forward.c 449 header->arcount = htons(0);
511 header->arcount = htons(0);
  /bionic/libc/private/
arpa_nameser_compat.h 133 unsigned arcount :16; /* number of resource entries */ member in struct:__anon482

Completed in 108 milliseconds