Searched refs:arcount (Results 1 – 9 of 9) sorted by relevance
/external/tcpdump/ |
D | print-domain.c | 582 register int qdcount, ancount, nscount, arcount; in ns_print() local 592 arcount = EXTRACT_16BITS(&np->arcount); in ns_print() 622 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); in ns_print() 648 if (cp < ndo->ndo_snapend && arcount--) { in ns_print() 652 while (cp < ndo->ndo_snapend && arcount--) { in ns_print() 658 if (arcount > 0) in ns_print() 687 if (arcount) in ns_print() 688 ND_PRINT((ndo, " [%dau]", arcount)); in ns_print() 731 if (cp < ndo->ndo_snapend && arcount--) { in ns_print() 735 while (cp < ndo->ndo_snapend && arcount--) { in ns_print() [all …]
|
D | nameser.h | 233 uint16_t arcount; /* number of resource entries */ member
|
D | print-smb.c | 1102 int qdcount, ancount, nscount, arcount; in nbt_udp137_print() local 1115 arcount = EXTRACT_16BITS(data + 10); in nbt_udp137_print() 1136 arcount)); in nbt_udp137_print() 1140 total = ancount + nscount + arcount; in nbt_udp137_print()
|
/external/openssh/openbsd-compat/ |
D | getrrsetbyname.c | 406 resp->header.arcount = ntohs(resp->header.arcount); in parse_dns_response() 440 resp->header.arcount); in parse_dns_response() 441 if (resp->header.arcount && resp->additional == NULL) { in parse_dns_response()
|
/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() 1599 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/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()
|
/external/libpcap/Win32/Include/arpa/ |
D | nameser.h | 284 unsigned arcount :16; /* number of resource entries */ member
|