Searched refs:nscount (Results 1 – 7 of 7) sorted by relevance
/external/tcpdump/ |
D | print-domain.c | 563 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 …]
|
D | print-smb.c | 1094 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()
|
D | nameser.h | 233 u_int16_t nscount; /* number of authority entries */ member
|
/external/netcat/data/ |
D | dns-any.d | 20 0 # nscount: 0
|
/external/dnsmasq/src/ |
D | nameser.h | 316 unsigned nscount :16; /* number of authority entries */ member
|
D | rfc1035.c | 424 …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()
|
D | forward.c | 448 header->nscount = htons(0); in process_reply() 510 header->nscount = htons(0); in reply_query()
|