HomeSort by relevance Sort by last modified time
    Searched refs:DNS (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/curl/docs/cmdline-opts/
dns-interface.d 1 Long: dns-interface
3 Help: Interface to use for DNS requests
4 Protocols: DNS
5 See-also: dns-ipv4-addr dns-ipv6-addr
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
dns-ipv4-addr.d 1 Long: dns-ipv4-addr
3 Help: IPv4 address to use for DNS requests
4 Protocols: DNS
5 See-also: dns-interface dns-ipv6-addr
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
dns-ipv6-addr.d 1 Long: dns-ipv6-addr
3 Help: IPv6 address to use for DNS requests
4 Protocols: DNS
5 See-also: dns-interface dns-ipv4-addr
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
dns-servers.d 1 Long: dns-servers
3 Help: DNS server addrs to use
7 Set the list of DNS servers to be used instead of the system default.
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 11 Group: Productivity/Networking/DNS/Servers
24 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
25 is designed to provide DNS and, optionally, DHCP, to a small network. It can
26 serve the names of local machines which are not in the global DNS. The DHCP
27 server integrates with the DNS server and allows machines with DHCP-allocated
28 addresses to appear in the DNS with names configured either in each host or
  /prebuilts/go/darwin-x86/src/net/
conf_netcgo.go 16 // The build tag "netcgo" forces use of the cgo DNS resolver.
conf.go 21 netGo bool // go DNS resolution forced
22 netCgo bool // cgo DNS resolution forced
56 println("go package net: built with netgo build tag; using Go's DNS resolver")
61 println("go package net: using cgo DNS resolver")
63 println("go package net: dynamic selection of DNS resolver")
69 // their own DNS requests. So always use cgo instead, which
145 // without DNS lookups.
197 // sources for "hosts", assume Go's DNS will work fine.
204 // glibc says the default is "dns [!UNAVAIL=return] files"
230 if src.source == "files" || src.source == "dns" {
    [all...]
dnsclient_unix.go 7 // DNS client: see RFC 1035.
28 // A dnsDialer provides dialing suitable for DNS queries.
35 // A dnsConn represents a DNS transport endpoint.
41 // dnsRoundTrip executes a single DNS transaction, returning a
42 // DNS response message for the provided DNS query message.
56 return nil, errors.New("cannot marshal DNS message")
89 return nil, errors.New("cannot marshal DNS message")
111 return nil, errors.New("cannot unmarshal DNS message")
114 return nil, errors.New("invalid DNS response"
    [all...]
lookup.go 95 // PreferGo controls whether Go's built-in DNS resolver is preferred
167 // The DNS lookup timed out for some reason. Force
168 // future requests to start the DNS lookup again
244 // contain DNS "CNAME" records, as long as host resolves to
258 // contain DNS "CNAME" records, as long as host resolves to
269 // LookupSRV constructs the DNS name to look up following RFC 2782.
282 // LookupSRV constructs the DNS name to look up following RFC 2782.
290 // LookupMX returns the DNS MX records for the given domain name sorted by preference.
295 // LookupMX returns the DNS MX records for the given domain name sorted by preference.
300 // LookupNS returns the DNS NS records for the given domain name
    [all...]
  /prebuilts/go/linux-x86/src/net/
conf_netcgo.go 16 // The build tag "netcgo" forces use of the cgo DNS resolver.
conf.go 21 netGo bool // go DNS resolution forced
22 netCgo bool // cgo DNS resolution forced
56 println("go package net: built with netgo build tag; using Go's DNS resolver")
61 println("go package net: using cgo DNS resolver")
63 println("go package net: dynamic selection of DNS resolver")
69 // their own DNS requests. So always use cgo instead, which
145 // without DNS lookups.
197 // sources for "hosts", assume Go's DNS will work fine.
204 // glibc says the default is "dns [!UNAVAIL=return] files"
230 if src.source == "files" || src.source == "dns" {
    [all...]
dnsclient_unix.go 7 // DNS client: see RFC 1035.
28 // A dnsDialer provides dialing suitable for DNS queries.
35 // A dnsConn represents a DNS transport endpoint.
41 // dnsRoundTrip executes a single DNS transaction, returning a
42 // DNS response message for the provided DNS query message.
56 return nil, errors.New("cannot marshal DNS message")
89 return nil, errors.New("cannot marshal DNS message")
111 return nil, errors.New("cannot unmarshal DNS message")
114 return nil, errors.New("invalid DNS response"
    [all...]
lookup.go 95 // PreferGo controls whether Go's built-in DNS resolver is preferred
167 // The DNS lookup timed out for some reason. Force
168 // future requests to start the DNS lookup again
244 // contain DNS "CNAME" records, as long as host resolves to
258 // contain DNS "CNAME" records, as long as host resolves to
269 // LookupSRV constructs the DNS name to look up following RFC 2782.
282 // LookupSRV constructs the DNS name to look up following RFC 2782.
290 // LookupMX returns the DNS MX records for the given domain name sorted by preference.
295 // LookupMX returns the DNS MX records for the given domain name sorted by preference.
300 // LookupNS returns the DNS NS records for the given domain name
    [all...]
  /external/autotest/client/cros/netprotos/
zeroconf_unittest.py 30 @return a list of dpkt.dns.DNS.RR objects, one for each matching record.
32 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
    [all...]
zeroconf.py 29 """Returns whether the two dpkt.dns.DNS.RR objects are equal."""
32 dpkt.dns.DNS.RR.__slots__)
34 # packed string depends on other RR and Q elements on the same DNS/mDNS
56 This class implements part of the Multicast DNS RFC 6762 able to simulate
81 # For example: _peer_records['somehost.local'][dpkt.dns.DNS_A] \
136 # Parse the mDNS request using dpkt's DNS module.
137 mdns = dpkt.dns.DNS(data
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 6 // the "options" section below. The dnsextd daemon will receive DNS packets
10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
31 // you could choose to allow anyone with a DNS key on your server to
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
connectivity_const.py 66 DNS = "dnsServers"
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 1 // This script should be run in an environment where all DNS resolution are
  /prebuilts/go/darwin-x86/src/internal/nettrace/
nettrace.go 25 // DNSStart is called with the hostname of a DNS lookup
29 // DNSDone is called after a DNS lookup completes (or fails).
36 // during DNS lookups. In the case of DualStack (Happy Eyeballs)
42 // Dials made during DNS lookups. It may also be called multiple
  /prebuilts/go/darwin-x86/src/os/
sys_linux.go 16 var buf [512]byte // Enough for a DNS name.
  /prebuilts/go/linux-x86/src/internal/nettrace/
nettrace.go 25 // DNSStart is called with the hostname of a DNS lookup
29 // DNSDone is called after a DNS lookup completes (or fails).
36 // during DNS lookups. In the case of DualStack (Happy Eyeballs)
42 // Dials made during DNS lookups. It may also be called multiple
  /prebuilts/go/linux-x86/src/os/
sys_linux.go 16 var buf [512]byte // Enough for a DNS name.
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
example_test.go 21 fmt.Printf("DNS Info: %+v\n", dnsInfo)
trace.go 110 // DNSStart is called when a DNS lookup begins.
113 // DNSDone is called when a DNS lookup ends.
198 // DNSStartInfo contains information about a DNS request.
203 // DNSDoneInfo contains information about the results of a DNS lookup.
205 // Addrs are the IPv4 and/or IPv6 addresses found in the DNS
209 // Err is any error that occurred during the DNS lookup.
213 // caller who was doing the same DNS lookup concurrently.
  /prebuilts/go/linux-x86/src/net/http/httptrace/
example_test.go 21 fmt.Printf("DNS Info: %+v\n", dnsInfo)

Completed in 457 milliseconds

1 2 3 4