Searched refs:nscount (Results 1 – 10 of 10) sorted by relevance
/external/tcpdump/ |
D | print-domain.c | 582 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 …]
|
D | nameser.h | 232 uint16_t nscount; /* number of authority entries */ member
|
D | print-smb.c | 1102 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/ |
D | resolv.c | 8 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/ |
D | resolv.c | 14 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/ |
D | adig.c | 417 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/ |
D | nameser.h | 316 unsigned nscount :16; /* number of authority entries */ member
|
D | rfc1035.c | 426 …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()
|
D | forward.c | 460 header->nscount = htons(0); in process_reply() 522 header->nscount = htons(0); in reply_query()
|
/external/libpcap/Win32/Include/arpa/ |
D | nameser.h | 283 unsigned nscount :16; /* number of authority entries */ member
|