Home
last modified time | relevance | path

Searched refs:DNS (Results 1 – 25 of 272) sorted by relevance

1234567891011

/external/openssh/
DREADME.dns1 How to verify host keys using OpenSSH and DNS
4 OpenSSH contains support for verifying host keys using DNS as described in
6 on how to use this feature. Configuring DNS is out of the scope of this
10 (1) Server: Generate and publish the DNS RR
12 To create a DNS resource record (RR) containing a fingerprint of the
22 generic DNS RR format parsable by most modern name server
26 To publish the fingerprint using the DNS you must add the generated RR
27 to your DNS zone file and sign your zone.
30 (2) Client: Enable ssh to verify host keys using DNS
32 To enable the ssh client to verify host keys using DNS, you have to
[all …]
/external/grpc-grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include32 help='Path to local DNS server python script.')
34 help=('Path to DNS records yaml file that '
35 'specifies records for the DNS sever. '))
37 help=('Port that local DNS server is listening on.'))
39 help=('Path to the DNS health check utility.'))
65 test_runner_log('Health check: attempt to connect to DNS server over TCP.')
74 'query to DNS server.'))
84 test_runner_log(('DNS server is up! '
90 test_runner_log(('Failed to reach DNS server over TCP and/or UDP. '
92 test_runner_log('======= DNS server stdout '
[all …]
/external/tcpdump/tests/
Ddhcpv6-mud.out1 …om/.well-known/mud/v1/rasbp101) (reconfigure-accept) (option-request DNS-server DNS-search-list SN…
2 …om/.well-known/mud/v1/rasbp101) (reconfigure-accept) (option-request DNS-server DNS-search-list SN…
3 …om/.well-known/mud/v1/rasbp101) (reconfigure-accept) (option-request DNS-server DNS-search-list SN…
4 …om/.well-known/mud/v1/rasbp101) (reconfigure-accept) (option-request DNS-server DNS-search-list SN…
5 …om/.well-known/mud/v1/rasbp101) (reconfigure-accept) (option-request DNS-server DNS-search-list SN…
Ddhcpv6-ia-pd.out1 …t (xid=e1e093 (client-ID hwaddr type 1 000102030405) (option-request DNS-server DNS-search-list) (…
3 …r-ID hwaddr/time type 1 time 407259545 001122334455) (option-request DNS-server DNS-search-list) (…
Ddhcpv6-ia-ta.out1 …t (xid=28b040 (client-ID hwaddr type 1 000102030405) (option-request DNS-server DNS-search-list) (…
3 …r-ID hwaddr/time type 1 time 407259120 001122334455) (option-request DNS-server DNS-search-list) (…
Ddhcpv6-ia-na.out1 …t (xid=90b45c (client-ID hwaddr type 1 000102030405) (option-request DNS-server DNS-search-list) (…
3 …r-ID hwaddr/time type 1 time 407259276 001122334455) (option-request DNS-server DNS-search-list) (…
Ddhcpv6-AFTR-Name-RFC6334.out1 …solicit (xid=d81eb8 (client-ID hwaddr type 1 000102030405) (option-request DNS-server AFTR-Name) (…
2 …server-ID hwaddr/time type 1 time 406802160 001122334455) (preference 10) (DNS-server 2a01::1) (AF…
3 …(server-ID hwaddr/time type 1 time 406802160 001122334455) (option-request DNS-server AFTR-Name) (…
4 …server-ID hwaddr/time type 1 time 406802160 001122334455) (preference 10) (DNS-server 2a01::1) (AF…
Dhncp.out24 DNS-server (6) 192.168.1.254
47 DNS-Delegated-Zone (33) IP-Address: fd1f:f88c:e207::69 lb- lan.r.home
48 DNS-Delegated-Zone (35) IP-Address: fd1f:f88c:e207:17::6c lb- wlan0.r.home
49 DNS-Delegated-Zone (44) IP-Address: fd1f:f88c:e207:17::6c --- 116.0.10.in-addr.arpa
50DNS-Delegated-Zone (63) IP-Address: fd1f:f88c:e207::69 --- 0.0.0.0.7.0.2.e.c.8.8.f.f.1.d.f.ip6.arpa
51DNS-Delegated-Zone (63) IP-Address: fd1f:f88c:e207:17::6c --- 7.1.0.0.7.0.2.e.c.8.8.f.f.1.d.f.ip6.…
/external/mdnsresponder/mDNSWindows/
DREADME.txt14 High-level implementation of the DNS-SD API. This supports both "direct"
20 Portable implementation of the DNS-SD API. This interacts with mDNSCore
21 to perform all the real work of the DNS-SD API. This code does not rely
29 Client-side implementation of the DNS-SD IPC API. This handles sending
30 and receiving messages from the service to perform DNS-SD operations
31 and get DNS-SD responses.
41 Server-side implementation of the DNS-SD IPC API. This listens for
47 use the DNS-SD APIs.
50 DNSServices and provides the Mac OS X DNS Service Discovery API's on any
51 platform. New code should use the DNS-SD APIs.
[all …]
/external/curl/docs/cmdline-opts/
Ddns-ipv6-addr.d3 Help: IPv6 address to use for DNS requests
4 Protocols: DNS
9 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
10 the DNS requests originate from this address. The argument should be a
Ddns-ipv4-addr.d3 Help: IPv4 address to use for DNS requests
4 Protocols: DNS
9 Tell curl to bind to <ip-address> when making IPv4 DNS requests, so that
10 the DNS requests originate from this address. The argument should be a
Ddns-interface.d3 Help: Interface to use for DNS requests
4 Protocols: DNS
9 Tell curl to send outgoing DNS requests through <interface>. This option is a
10 counterpart to --interface (which does not affect DNS). The supplied string variable
/external/autotest/client/cros/netprotos/
Dzeroconf_unittest.py32 q = dpkt.dns.DNS.Q(name=name, type=dpkt.dns.DNS_A)
45 q_srv = dpkt.dns.DNS.Q(name=fq_name, type=dpkt.dns.DNS_SRV)
46 q_txt = dpkt.dns.DNS.Q(name=fq_name, type=dpkt.dns.DNS_TXT)
47 q_ptr = dpkt.dns.DNS.Q(name=name, type=dpkt.dns.DNS_PTR)
113 dpkt.dns.DNS.RR(
119 dpkt.dns.DNS.RR(
127 mdns = dpkt.dns.DNS(
Dzeroconf.py32 dpkt.dns.DNS.RR.__slots__)
137 mdns = dpkt.dns.DNS(data)
220 resp_dns = dpkt.dns.DNS(
260 ans = dpkt.dns.DNS.RR(
271 a_qry = dpkt.dns.DNS.Q(name=full_hostname, type=dpkt.dns.DNS_A)
300 answers.append(dpkt.dns.DNS.RR(
336 answers.append(dpkt.dns.DNS.RR(
361 self._send_answers(self._process_TXT(dpkt.dns.DNS.Q(name=domain)))
374 answer = dpkt.dns.DNS.RR(
457 queries = [dpkt.dns.DNS.Q(name=rrname, type=rrtype)
[all …]
/external/scapy/scapy/layers/
Ddns.py265 class DNS(Packet): class
295 return (isinstance(other, DNS)
744 bind_layers(UDP, DNS, dport=5353)
745 bind_layers(UDP, DNS, sport=5353)
746 bind_layers(UDP, DNS, dport=53)
747 bind_layers(UDP, DNS, sport=53)
750 bind_layers(TCP, DNS, dport=53)
751 bind_layers(TCP, DNS, sport=53)
763 r=sr1(IP(dst=nameserver)/UDP()/DNS(opcode=5,
768 if r and r.haslayer(DNS):
[all …]
/external/mdnsresponder/Clients/
DReadMe.txt8 platform, like "DNS Service Browser" and "DNS Service Registration",
24 DNS Service Browser Graphical X
25 DNS Service Registration Graphical X
/external/grpc-grpc/src/core/tsi/test_creds/
Dserver1-openssl.cnf23 DNS.1 = *.test.google.fr
24 DNS.2 = waterzooi.test.google.be
25 DNS.3 = *.test.youtube.com
/external/curl/tests/data/
Dtest151514 # the DNS cache timeout elapses and must succeed exactly like the first one.
49 caching of manual libcurl DNS entries after DNS cache timeout
/external/mdnsresponder/
DREADME.txt15 2. Name-to-address translation (even when there is no DNS server)
22 Requirement 2 is met by sending DNS-like queries via Multicast (mDNS).
24 Requirement 3 is met by DNS Service Dicsovery (DNS-SD).
33 conventional DNS server set up. It also provides the ability for the
38 as much as possible, similar to conventional DNS. The main difference is
44 unicast DNS, and the same name structure, and the same DNS record types.
51 sending that name to the worldwide DNS service for resolution. This
131 which implements the mDNS and DNS-SD protocols.
DPrivateDNS.txt1 Private DNS
5 Private DNS is an extension to standard Wide Area Bonjour that allows
7 from a client to a DNS server is encrypted using Transport Layer
11 using them for standard and long-lived queries as well. Private DNS also
19 in the system keychain to see if the user has a DNS query key (TSIG key)
33 the DNS server uses this TSIG record to allow access to its data.
55 dnsextd has been modified to behave much like a DNS firewall. The "real"
56 DNS server is configured to listen on non-standard ports on the loopback
57 interface. dnsextd then listens on the standard DNS ports (TCP/UDP port
58 53) and intercepts all DNS traffic. It is responsible for determining
[all …]
/external/u-boot/doc/
DREADME.dns4 The Domain Name System (DNS) is a hierarchical naming system for computers,
14 For more information on DNS - http://en.wikipedia.org/wiki/Domain_Name_System
16 U-Boot and DNS
58 For some helpful things that can be related to DNS in U-Boot,
/external/curl/tests/certs/
DServer-localhost-firstSAN-sv.pem3 subjectAltName = DNS:localhost,DNS:localhost1,DNS:localhost2
94 DNS:localhost, DNS:localhost1, DNS:localhost2
DServer-localhost-lastSAN-sv.pem3 subjectAltName = DNS:localhost1,DNS:localhost2,DNS:localhost
94 DNS:localhost1, DNS:localhost2, DNS:localhost
/external/grpc-grpc/doc/
Dnaming.md5 gRPC supports DNS as the default name-system. A number of alternative
27 - `dns:[//authority/]host[:port]` -- DNS (default)
28 - `host` is the host to resolve via DNS.
32 - `authority` indicates the DNS server to use, although this is only
33 supported by some implementations. (In C-core, the default DNS
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DReadMe.txt1DNS-SD. For example, when the mdnsNSP is installed, you can type "http://computer.local./" in Inte…

1234567891011