Home
last modified time | relevance | path

Searched refs:nscount (Results 1 – 10 of 10) sorted by relevance

/external/tcpdump/
Dprint-domain.c582 register int qdcount, ancount, nscount, arcount; in ns_print() local
591 nscount = EXTRACT_16BITS(&np->nscount); in ns_print()
622 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); in ns_print()
636 if (cp < ndo->ndo_snapend && nscount--) { in ns_print()
640 while (cp < ndo->ndo_snapend && nscount--) { in ns_print()
646 if (nscount > 0) in ns_print()
685 if (nscount) in ns_print()
686 ND_PRINT((ndo, " [%dn]", nscount)); in ns_print()
719 if (cp < ndo->ndo_snapend && nscount--) { in ns_print()
723 while (nscount-- && cp < ndo->ndo_snapend) { in ns_print()
[all …]
Dnameser.h232 uint16_t nscount; /* number of authority entries */ member
Dprint-smb.c1102 int qdcount, ancount, nscount, arcount; in nbt_udp137_print() local
1114 nscount = EXTRACT_16BITS(data + 8); in nbt_udp137_print()
1135 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount, in nbt_udp137_print()
1140 total = ancount + nscount + arcount; in nbt_udp137_print()
/external/valgrind/none/tests/
Dresolv.c8 printf("PRE _res.nscount = %d\n", _res.nscount); in main()
11 printf("POST _res.nscount = %d\n", ( int ) _res.nscount > 0 ); in main()
/external/valgrind/none/tests/solaris/
Dresolv.c14 printf("PRE stats->nscount = %d\n", stats.nscount ); in main()
17 printf("POST stats->nscount = %d\n", ( int ) stats.nscount > 0 ); in main()
/external/c-ares/
Dadig.c417 unsigned int qdcount, ancount, nscount, arcount, i; in callback() local
451 nscount = DNS_HEADER_NSCOUNT(abuf); in callback()
486 for (i = 0; i < nscount; i++) in callback()
/external/dnsmasq/src/
Dnameser.h316 unsigned nscount :16; /* number of authority entries */ member
Drfc1035.c426 …if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->ar… in resize_packet()
482 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount), header, plen))) in find_pseudoheader()
595 for (i = ntohs(header->nscount); i != 0; i--) in find_soa()
911 header->nscount = htons(0); in setup_reply()
1598 header->nscount = htons(0); in answer_request()
Dforward.c460 header->nscount = htons(0); in process_reply()
522 header->nscount = htons(0); in reply_query()
/external/libpcap/Win32/Include/arpa/
Dnameser.h283 unsigned nscount :16; /* number of authority entries */ member