Searched refs:arcount (Results 1 – 11 of 11) sorted by relevance
/external/tcpdump/ |
D | print-domain.c | 580 register int qdcount, ancount, nscount, arcount; in ns_print() local 590 arcount = EXTRACT_16BITS(&np->arcount); in ns_print() 620 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); in ns_print() 646 if (cp < ndo->ndo_snapend && arcount--) { in ns_print() 650 while (cp < ndo->ndo_snapend && arcount--) { in ns_print() 656 if (arcount > 0) in ns_print() 685 if (arcount) in ns_print() 686 ND_PRINT((ndo, " [%dau]", arcount)); in ns_print() 729 if (cp < ndo->ndo_snapend && arcount--) { in ns_print() 733 while (cp < ndo->ndo_snapend && arcount--) { in ns_print() [all …]
|
D | nameser.h | 219 uint16_t arcount; /* number of resource entries */ member
|
D | print-smb.c | 1105 int qdcount, ancount, nscount, arcount; in nbt_udp137_print() local 1118 arcount = EXTRACT_16BITS(data + 10); in nbt_udp137_print() 1139 arcount)); in nbt_udp137_print() 1143 total = ancount + nscount + arcount; in nbt_udp137_print()
|
/external/dnsmasq/src/ |
D | rfc1035.c | 426 …ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount), in resize_packet() 431 if (pheader && ntohs(header->arcount) == 0) in resize_packet() 435 header->arcount = htons(1); in resize_packet() 449 int i, arcount = ntohs(header->arcount); in find_pseudoheader() local 479 if (arcount == 0) in find_pseudoheader() 485 for (i = 0; i < arcount; i++) in find_pseudoheader() 507 i == arcount - 1 && in find_pseudoheader() 628 if (!do_doctor(p, ntohs(header->arcount), header, qlen)) in find_soa() 912 header->arcount = htons(0); in setup_reply() 1602 header->arcount = htons(addncount); in answer_request()
|
D | nameser.h | 317 unsigned arcount :16; /* number of resource entries */ member
|
D | forward.c | 461 header->arcount = htons(0); in process_reply() 523 header->arcount = htons(0); in reply_query()
|
/external/openssh/openbsd-compat/ |
D | getrrsetbyname.c | 404 resp->header.arcount = ntohs(resp->header.arcount); in parse_dns_response() 438 resp->header.arcount); in parse_dns_response() 439 if (resp->header.arcount && resp->additional == NULL) { in parse_dns_response()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | dns.h | 56 uint16_t arcount; member
|
/external/syslinux/core/legacynet/ |
D | dnsresolv.c | 26 uint16_t arcount; member 260 hd1->arcount = 0; /* No AR */ in dns_resolv()
|
/external/syslinux/core/fs/pxe/ |
D | dnsresolv.c | 28 uint16_t arcount; member
|
/external/c-ares/ |
D | adig.c | 417 unsigned int qdcount, ancount, nscount, arcount, i; in callback() local 452 arcount = DNS_HEADER_ARCOUNT(abuf); in callback() 495 for (i = 0; i < arcount; i++) in callback()
|