Searched refs:nscount (Results 1 – 13 of 13) sorted by relevance
/external/tcpdump/ |
D | print-domain.c | 580 register int qdcount, ancount, nscount, arcount; in ns_print() local 589 nscount = EXTRACT_16BITS(&np->nscount); in ns_print() 620 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); in ns_print() 634 if (cp < ndo->ndo_snapend && nscount--) { in ns_print() 638 while (cp < ndo->ndo_snapend && nscount--) { in ns_print() 644 if (nscount > 0) in ns_print() 683 if (nscount) in ns_print() 684 ND_PRINT((ndo, " [%dn]", nscount)); in ns_print() 717 if (cp < ndo->ndo_snapend && nscount--) { in ns_print() 721 while (nscount-- && cp < ndo->ndo_snapend) { in ns_print() [all …]
|
D | nameser.h | 218 uint16_t nscount; /* number of authority entries */ member
|
D | print-smb.c | 1105 int qdcount, ancount, nscount, arcount; in nbt_udp137_print() local 1117 nscount = EXTRACT_16BITS(data + 8); in nbt_udp137_print() 1138 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount, in nbt_udp137_print() 1143 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/openssh/openbsd-compat/ |
D | getrrsetbyname.c | 403 resp->header.nscount = ntohs(resp->header.nscount); in parse_dns_response() 430 resp->header.nscount); in parse_dns_response() 431 if (resp->header.nscount && resp->authority == NULL) { in parse_dns_response()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | dns.h | 55 uint16_t nscount; member
|
/external/syslinux/core/legacynet/ |
D | dnsresolv.c | 24 uint16_t nscount; member 259 hd1->nscount = 0; /* No NS */ in dns_resolv()
|
/external/syslinux/core/fs/pxe/ |
D | dnsresolv.c | 26 uint16_t nscount; member
|
/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() 1601 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()
|