Searched refs:arcount (Results 1 – 13 of 13) sorted by relevance
/external/tcpdump/ |
D | print-domain.c | 581 register int qdcount, ancount, nscount, arcount; in ns_print() local 591 arcount = EXTRACT_16BITS(&np->arcount); in ns_print() 621 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); in ns_print() 647 if (cp < ndo->ndo_snapend && arcount--) { in ns_print() 651 while (cp < ndo->ndo_snapend && arcount--) { in ns_print() 657 if (arcount > 0) in ns_print() 686 if (arcount) in ns_print() 687 ND_PRINT((ndo, " [%dau]", arcount)); in ns_print() 730 if (cp < ndo->ndo_snapend && arcount--) { in ns_print() 734 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 | 348 ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount), in resize_packet() 353 if (pheader && ntohs(header->arcount) == 0) { in resize_packet() 356 header->arcount = htons(1); in resize_packet() 370 int i, arcount = ntohs(header->arcount); in find_pseudoheader() local 392 if (arcount == 0) return NULL; in find_pseudoheader() 397 for (i = 0; i < arcount; i++) { in find_pseudoheader() 411 } else if (is_sign && i == arcount - 1 && class == C_ANY && in find_pseudoheader() 509 if (!do_doctor(p, ntohs(header->arcount), header, qlen)) return 0; in find_soa() 741 header->arcount = htons(0); in setup_reply() 1337 header->arcount = htons(addncount); in answer_request()
|
D | nameser.h | 315 unsigned arcount : 16; /* number of resource entries */ member
|
D | forward.c | 396 header->arcount = htons(0); in process_reply() 453 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/bcc/examples/networking/dns_matching/ |
D | dns_matching.c | 30 uint16_t arcount; member
|
/external/curl/lib/ |
D | doh.c | 588 unsigned short arcount; in doh_decode() local 680 arcount = get16bit(doh, 10); in doh_decode() 681 while(arcount) { in doh_decode() 699 arcount--; in doh_decode()
|
/external/curl/tests/python_dependencies/impacket/ |
D | nmb.py | 295 self.arcount = 0 # Unsigned 16 bit integer specifying the number of 312 self.arcount = unpack('>H', self._data[10:12])[0] 343 return self.arcount 348 …name_trn_id, secondWord , self.qdcount, self.ancount, self.nscount, self.arcount) + self.questions…
|
/external/scapy/doc/notebooks/ |
D | Scapy in 15 minutes.ipynb | 437 …c=0L rd=1L ra=0L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=0 nscount=0 arcount=0 qd=<DNSQR qnam… 469 …c=0L rd=1L ra=0L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=0 nscount=0 arcount=0 qd=<DNSQR qnam… 573 …c=0L rd=1L ra=1L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=1 nscount=0 arcount=0 qd=<DNSQR qnam… 791 " arcount = 0\n", 998 …RY aa=0L tc=0L rd=0L ra=0L z=0L ad=0L cd=0L rcode=ok qdcount=0 ancount=0 nscount=0 arcount=0 |> |>" 1036 …c=0L rd=1L ra=1L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=1 nscount=0 arcount=0 qd=<DNSQR qnam…
|
/external/scapy/doc/scapy/ |
D | usage.rst | 327 nscount=0 arcount=0 qd=<DNSQR qname='www.slashdot.org.' qtype=A qclass=IN |>
|
/external/scapy/test/ |
D | regression.uts | 5584 assert pkt.arcount == 0 5913 assert pkt.arcount == 4
|