HomeSort by relevance Sort by last modified time
    Searched refs:resolv (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/net/
conf.go 31 resolv *dnsConfig
88 // OpenBSD apparently lets you override the location of resolv.conf
99 confVal.resolv = dnsReadConfig("/etc/resolv.conf")
100 if confVal.resolv.err != nil && !os.IsNotExist(confVal.resolv.err) &&
101 !os.IsPermission(confVal.resolv.err) {
102 // If we can't read the resolv.conf file, assume it
131 if c.forceCgoLookupHost || c.resolv.unknownOpt || c.goos == "android" {
143 // OpenBSD's resolv.conf manpage says that a non-existen
    [all...]
dnsconfig_unix.go 7 // Read system DNS config from /etc/resolv.conf
31 err error // any error that occurs during open of resolv.conf
32 mtime time.Time // time of resolv.conf modification
36 // See resolv.conf(5) on a Linux machine.
124 // http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/resolv.conf.5
dnsclient_unix.go 247 // time to recheck resolv.conf.
249 lastChecked time.Time // last time resolv.conf was checked
252 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
260 // resolv.conf twice the first time.
261 conf.dnsConfig = systemConf().resolv
263 conf.dnsConfig = dnsReadConfig("/etc/resolv.conf")
272 // tryUpdate tries to update conf with the named resolv.conf file.
274 // "/etc/resolv.conf".
278 // Ensure only one update at a time checks resolv.conf.
326 resolvConf.tryUpdate("/etc/resolv.conf"
    [all...]
  /prebuilts/go/linux-x86/src/net/
conf.go 31 resolv *dnsConfig
88 // OpenBSD apparently lets you override the location of resolv.conf
99 confVal.resolv = dnsReadConfig("/etc/resolv.conf")
100 if confVal.resolv.err != nil && !os.IsNotExist(confVal.resolv.err) &&
101 !os.IsPermission(confVal.resolv.err) {
102 // If we can't read the resolv.conf file, assume it
131 if c.forceCgoLookupHost || c.resolv.unknownOpt || c.goos == "android" {
143 // OpenBSD's resolv.conf manpage says that a non-existen
    [all...]
dnsconfig_unix.go 7 // Read system DNS config from /etc/resolv.conf
31 err error // any error that occurs during open of resolv.conf
32 mtime time.Time // time of resolv.conf modification
36 // See resolv.conf(5) on a Linux machine.
124 // http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/resolv.conf.5
dnsclient_unix.go 247 // time to recheck resolv.conf.
249 lastChecked time.Time // last time resolv.conf was checked
252 dnsConfig *dnsConfig // parsed resolv.conf structure used in lookups
260 // resolv.conf twice the first time.
261 conf.dnsConfig = systemConf().resolv
263 conf.dnsConfig = dnsReadConfig("/etc/resolv.conf")
272 // tryUpdate tries to update conf with the named resolv.conf file.
274 // "/etc/resolv.conf".
278 // Ensure only one update at a time checks resolv.conf.
326 resolvConf.tryUpdate("/etc/resolv.conf"
    [all...]
  /bionic/libc/dns/resolv/
herror.c 74 #include <resolv.h>
res_comp.c 90 #include <resolv.h>
res_mkquery.c 93 #include <resolv.h>
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
map_v4v6.c 80 #include <resolv.h>
nsap_addr.c 25 #include <resolv.h>
gethostbyht.c 78 #include <resolv.h> /* XXX */
res_comp.c 102 #include <resolv.h>
res_mkquery.c 92 #include <resolv.h>
base64.c 93 #include <resolv.h>
gethostnamadr.c 42 #include <resolv.h> /* XXX hack for _res */
  /external/openssh/
uuencode.c 30 #include <resolv.h>
  /bionic/libc/upstream-netbsd/lib/libc/inet/
nsap_addr.c 42 #include <resolv.h>
  /external/autotest/site_utils/lxc/
config.py 11 "source": "/etc/resolv.conf",
12 "target": "/etc/resolv.conf",
41 "source": "/etc/resolv.conf",
42 "target": "/etc/resolv.conf",
47 1. Append the content of /etc/resolv.conf in host machine to file
48 /etc/resolv.conf inside container.
  /external/ipsec-tools/src/racoon/
throttle.c 54 #include <resolv.h>
kmpstat.c 65 #include <resolv.h>
  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 14 #include <resolv.h>
  /bionic/libc/upstream-openbsd/lib/libc/net/
base64.c 52 #include <resolv.h>
res_random.c 65 #include <resolv.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getnameinfo.c 52 #include <resolv.h>

Completed in 317 milliseconds

12 3 4 5 6