Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-domain.c563 register int qdcount, ancount, nscount, arcount; in ns_print() local
572 nscount = EXTRACT_16BITS(&np->nscount); in ns_print()
603 printf(" %d/%d/%d", ancount, nscount, arcount); in ns_print()
617 if (cp < snapend && nscount--) { in ns_print()
621 while (cp < snapend && nscount--) { in ns_print()
627 if (nscount > 0) in ns_print()
666 if (nscount) in ns_print()
667 printf(" [%dn]", nscount); in ns_print()
700 if (cp < snapend && nscount--) { in ns_print()
704 while (nscount-- && cp < snapend) { in ns_print()
[all …]
Dprint-smb.c1094 int qdcount, ancount, nscount, arcount; in nbt_udp137_print() local
1107 nscount = EXTRACT_16BITS(data + 8); in nbt_udp137_print()
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount, in nbt_udp137_print()
1156 total = ancount + nscount + arcount; in nbt_udp137_print()
Dnameser.h233 u_int16_t nscount; /* number of authority entries */ member
/external/netcat/data/
Ddns-any.d20 0 # nscount: 0
/external/dnsmasq/src/
Dnameser.h316 unsigned nscount :16; /* number of authority entries */ member
Drfc1035.c424 …if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->ar… in resize_packet()
480 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount), header, plen))) in find_pseudoheader()
593 for (i = ntohs(header->nscount); i != 0; i--) in find_soa()
909 header->nscount = htons(0); in setup_reply()
1596 header->nscount = htons(0); in answer_request()
Dforward.c448 header->nscount = htons(0); in process_reply()
510 header->nscount = htons(0); in reply_query()