Searched refs:nscount (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 590 nscount = EXTRACT_16BITS(&np->nscount); in ns_print() 621 ND_PRINT((ndo, " %d/%d/%d", ancount, nscount, arcount)); in ns_print() 635 if (cp < ndo->ndo_snapend && nscount--) { in ns_print() 639 while (cp < ndo->ndo_snapend && nscount--) { in ns_print() 645 if (nscount > 0) in ns_print() 684 if (nscount) in ns_print() 685 ND_PRINT((ndo, " [%dn]", nscount)); in ns_print() 718 if (cp < ndo->ndo_snapend && nscount--) { in ns_print() 722 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/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/bcc/examples/networking/dns_matching/ |
D | dns_matching.c | 29 uint16_t nscount; member
|
/external/curl/lib/ |
D | doh.c | 587 unsigned short nscount; in doh_decode() local 658 nscount = get16bit(doh, 8); in doh_decode() 659 while(nscount) { in doh_decode() 677 nscount--; in doh_decode()
|
/external/dnsmasq/src/ |
D | nameser.h | 314 unsigned nscount : 16; /* number of authority entries */ member
|
D | rfc1035.c | 348 ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount), in resize_packet() 394 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount), header, plen))) in find_pseudoheader() 484 for (i = ntohs(header->nscount); i != 0; i--) { in find_soa() 740 header->nscount = htons(0); in setup_reply() 1336 header->nscount = htons(0); in answer_request()
|
D | forward.c | 395 header->nscount = htons(0); in process_reply() 452 header->nscount = htons(0); in reply_query()
|
/external/curl/tests/python_dependencies/impacket/ |
D | nmb.py | 292 self.nscount = 0 # Unsigned 16 bit integer specifying the number of 311 self.nscount = unpack('>H', self._data[8:10])[0] 341 return self.nscount 348 …HHHHHH', self.name_trn_id, secondWord , self.qdcount, self.ancount, self.nscount, self.arcount) + …
|
/external/scapy/doc/notebooks/ |
D | Scapy in 15 minutes.ipynb | 437 …RY aa=0L tc=0L rd=1L ra=0L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=0 nscount=0 arcount=0 qd=<D… 469 …RY aa=0L tc=0L rd=1L ra=0L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=0 nscount=0 arcount=0 qd=<D… 573 …RY aa=0L tc=0L rd=1L ra=1L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=1 nscount=0 arcount=0 qd=<D… 790 " nscount = 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 …RY aa=0L tc=0L rd=1L ra=1L z=0L ad=0L cd=0L rcode=ok qdcount=1 ancount=1 nscount=0 arcount=0 qd=<D…
|
/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 | 5585 assert pkt.nscount == 0
|