/external/avahi/tests/ |
fuzz-mdns.py | 6 sendp(Ether(type=0x800, dst="ff:ff:ff:ff:ff:ff")/IP(dst="224.0.0.251")/fuzz(UDP(dport = 5353, sport = 5353)/DNS(qd = fuzz(DNSQR()))),loop=1, iface="realtek0")
|
/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.
|
dnsclient_unix.go | 7 // DNS client: see RFC 1035. 28 // A dnsConn represents a DNS transport endpoint. 32 // readDNSResponse reads a DNS response message from the DNS 33 // transport endpoint and returns the received DNS response 37 // writeDNSQuery writes a DNS query message to the DNS 50 return nil, errors.New("cannot unmarshal DNS message") 58 return errors.New("cannot marshal DNS message") 81 return nil, errors.New("cannot unmarshal DNS message" [all...] |
conf.go | 22 netGo bool // go DNS resolution forced 23 netCgo bool // cgo DNS resolution forced 57 println("go package net: built with netgo build tag; using Go's DNS resolver") 62 println("go package net: using cgo DNS resolver") 64 println("go package net: dynamic selection of DNS resolver") 70 // their own DNS requests. So always use cgo instead, which 145 // without DNS lookups. 199 // sources for "hosts", assume Go's DNS will work fine. 206 // glibc says the default is "dns [!UNAVAIL=return] files" 228 if src.source == "files" || src.source == "dns" { [all...] |
lookup.go | 111 // The DNS lookup timed out for some reason. Force 112 // future requests to start the DNS lookup again 132 // LookupCNAME returns the canonical DNS host for the given name. 145 // LookupSRV constructs the DNS name to look up following RFC 2782. 153 // LookupMX returns the DNS MX records for the given domain name sorted by preference. 158 // LookupNS returns the DNS NS records for the given domain name. 163 // LookupTXT returns the DNS TXT records for the given domain name.
|
net.go | 45 It can use a pure Go resolver that sends DNS requests directly to the servers 49 By default the pure Go resolver is used, because a blocked DNS request consumes 52 conditions: on systems that do not let programs make direct DNS requests (OS X), 74 On Plan 9, the resolver always accesses /net/cs and /net/dns. 506 // DNSConfigError represents an error reading the machine's DNS configuration. 512 func (e *DNSConfigError) Error() string { return "error reading DNS config: " + e.Err.Error() } 521 // DNSError represents a DNS lookup error. 541 // Timeout reports whether the DNS lookup is known to have timed out. 542 // This is not always known; a DNS lookup may fail due to a timeout 546 // Temporary reports whether the DNS error is known to be temporary [all...] |
dnsconfig_unix.go | 7 // Read system DNS config from /etc/resolv.conf 54 // just an IP address. Otherwise we need DNS
|
/prebuilts/go/linux-x86/src/net/ |
conf_netcgo.go | 16 // The build tag "netcgo" forces use of the cgo DNS resolver.
|
dnsclient_unix.go | 7 // DNS client: see RFC 1035. 28 // A dnsConn represents a DNS transport endpoint. 32 // readDNSResponse reads a DNS response message from the DNS 33 // transport endpoint and returns the received DNS response 37 // writeDNSQuery writes a DNS query message to the DNS 50 return nil, errors.New("cannot unmarshal DNS message") 58 return errors.New("cannot marshal DNS message") 81 return nil, errors.New("cannot unmarshal DNS message" [all...] |
conf.go | 22 netGo bool // go DNS resolution forced 23 netCgo bool // cgo DNS resolution forced 57 println("go package net: built with netgo build tag; using Go's DNS resolver") 62 println("go package net: using cgo DNS resolver") 64 println("go package net: dynamic selection of DNS resolver") 70 // their own DNS requests. So always use cgo instead, which 145 // without DNS lookups. 199 // sources for "hosts", assume Go's DNS will work fine. 206 // glibc says the default is "dns [!UNAVAIL=return] files" 228 if src.source == "files" || src.source == "dns" { [all...] |
lookup.go | 111 // The DNS lookup timed out for some reason. Force 112 // future requests to start the DNS lookup again 132 // LookupCNAME returns the canonical DNS host for the given name. 145 // LookupSRV constructs the DNS name to look up following RFC 2782. 153 // LookupMX returns the DNS MX records for the given domain name sorted by preference. 158 // LookupNS returns the DNS NS records for the given domain name. 163 // LookupTXT returns the DNS TXT records for the given domain name.
|
net.go | 45 It can use a pure Go resolver that sends DNS requests directly to the servers 49 By default the pure Go resolver is used, because a blocked DNS request consumes 52 conditions: on systems that do not let programs make direct DNS requests (OS X), 74 On Plan 9, the resolver always accesses /net/cs and /net/dns. 506 // DNSConfigError represents an error reading the machine's DNS configuration. 512 func (e *DNSConfigError) Error() string { return "error reading DNS config: " + e.Err.Error() } 521 // DNSError represents a DNS lookup error. 541 // Timeout reports whether the DNS lookup is known to have timed out. 542 // This is not always known; a DNS lookup may fail due to a timeout 546 // Temporary reports whether the DNS error is known to be temporary [all...] |
dnsconfig_unix.go | 7 // Read system DNS config from /etc/resolv.conf 54 // just an IP address. Otherwise we need DNS
|
/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
|
/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/os/ |
sys_linux.go | 16 var buf [512]byte // Enough for a DNS name.
|
/prebuilts/go/linux-x86/src/os/ |
sys_linux.go | 16 var buf [512]byte // Enough for a DNS name.
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
naming.py | 28 Bucket names must conform to standard DNS naming conventions. This is 29 because a bucket name can appear in a DNS record as part of a CNAME 30 redirect. In addition to meeting DNS naming requirements, Google Cloud 48 - For DNS compliance, you should not have a period adjacent to another 86 - If the name is a syntactically valid DNS name ending with a 103 3. Adding a DNS TXT record to a domain's DNS configuration. 106 are probably adequate for most situations. DNS TXT record verification is 109 a site creates a DNS TXT record to verify ownership of a domain, it takes 112 "example.com." If they complete the DNS TXT record verification, only the [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 42 ATTRIBUTE MS-Primary-DNS-Server 28 ipaddr Microsoft 43 ATTRIBUTE MS-Secondary-DNS-Server 29 ipaddr Microsoft
|
dictionary.ascend | 29 ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr 30 ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr 31 ATTRIBUTE Ascend-Client-Assign-DNS 137 integer 284 VALUE Ascend-Client-Assign-DNS DNS-Assign-No 0 285 VALUE Ascend-Client-Assign-DNS DNS-Assign-Yes 1
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nis_object.x | 106 DNS = 4, /* Domain Name Service */ 151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
nis_object.x | 132 DNS = 4, /* Domain Name Service */ 177 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
|