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

  /external/bcc/examples/networking/dns_matching/
dns_matching.c 28 uint16_t ancount; member in struct:dns_hdr_t
  /cts/tests/tests/net/native/dns/
NativeDnsAsyncTest.cpp 62 const int ancount = ns_msg_count(handle, ns_s_an); local
65 for (int i = 0; i < ancount; i++) {
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 211 int qdcount, ancount, rdlength; local
254 ancount = ntohs(hp->ancount);
277 while (ancount-- && cp < eom) {
  /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/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:__anon43877
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.cpp 98 const int ancount = ns_msg_count(handle, ns_s_an); local
100 if (!ancount) {
105 for (int i = 0; i < ancount; i++) {
  /external/curl/lib/
doh.c 95 *dnsp++ = '\0'; /* ANCOUNT */
583 unsigned short ancount; local
611 ancount = get16bit(doh, 6);
612 while(ancount) {
655 ancount--;
  /bionic/libc/include/arpa/
nameser_compat.h 71 unsigned ancount :16; /* number of answer entries */ member in struct:__anon222
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 131 unsigned ancount :16; /*%< number of answer entries */ member in struct:__anon13001
  /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 1322 int type, class, ancount, qdcount; local
2167 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 313 unsigned ancount : 16; /* number of answer entries */ member in struct:__anon20719
  /external/mdnsresponder/mDNSShared/
dnsextd.c 1936 int ancount = 0; local
    [all...]

Completed in 1676 milliseconds