/external/syslinux/gpxe/src/include/gpxe/ |
D | resolv.h | 27 void ( * done ) ( struct resolv_interface *resolv, 49 static inline void resolv_init ( struct resolv_interface *resolv, in resolv_init() argument 52 resolv->intf.dest = &null_resolv.intf; in resolv_init() 53 resolv->intf.refcnt = refcnt; in resolv_init() 54 resolv->op = op; in resolv_init() 75 resolv_get_dest ( struct resolv_interface *resolv ) { in resolv_get_dest() argument 76 return intf_to_resolv ( intf_get ( resolv->intf.dest ) ); in resolv_get_dest() 85 resolv_put ( struct resolv_interface *resolv ) { in resolv_put() argument 86 intf_put ( &resolv->intf ); in resolv_put() 96 resolv_plug ( struct resolv_interface *resolv, struct resolv_interface *dest ) { in resolv_plug() argument [all …]
|
/external/syslinux/gpxe/src/core/ |
D | resolv.c | 51 void resolv_done ( struct resolv_interface *resolv, struct sockaddr *sa, in resolv_done() argument 53 struct resolv_interface *dest = resolv_get_dest ( resolv ); in resolv_done() 55 resolv_unplug ( resolv ); in resolv_done() 67 void ignore_resolv_done ( struct resolv_interface *resolv __unused, in ignore_resolv_done() 98 struct resolv_interface resolv; member 111 resolv_done ( &numeric->resolv, &numeric->sa, numeric->rc ); in numeric_step() 115 static int numeric_resolv ( struct resolv_interface *resolv, in numeric_resolv() argument 124 resolv_init ( &numeric->resolv, &null_resolv_ops, &numeric->refcnt ); in numeric_resolv() 138 resolv_plug_plug ( &numeric->resolv, resolv ); in numeric_resolv() 145 .resolv = numeric_resolv, [all …]
|
/external/dnsmasq/contrib/openvpn/ |
D | dnsmasq.patch | 19 + cp /etc/resolv.conf /etc/resolv.conf.dnsmasq 21 + sed -e 's/resolv\.conf$/resolv.conf.dnsmasq/' /etc/dhclient-enter-hooks.dnsmasq > /etc/dhc… 22 …b]\+\)[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+$/\1127.0.0.1/' /etc/resolv.conf.dnsmasq > /etc/resolv.conf 28 + if [ -f /etc/resolv.conf.dnsmasq ]; then 29 + mv /etc/resolv.conf.dnsmasq /etc/resolv.conf 41 # somewhere other that /etc/resolv.conf 43 +RESOLV_CONF="/etc/resolv.conf.dnsmasq"
|
D | README | 11 > resolv.conf data to /etc/resolv.conf.dhclient and configured 13 > /etc/resolv.conf is set to nameserver 127.0.0.1 19 > correctly. With the resolv.conf data written to something other than 20 > /etc/resolv.conf, the ifup scripts don't have a valid dns server to do 34 > dhclient writes resolv.conf data, and fixing up /etc/resolv.conf on
|
D | dhclient-enter-hooks | 29 write_resolv_conf /etc/resolv.conf
|
/external/autotest/client/cros/ |
D | dns_server.py | 57 resolv = os.path.realpath(constants.RESOLV_CONF_FILE) 59 resolv_dir = os.path.dirname(resolv) 67 if (utils.read_one_line(resolv) == resolv_contents and 74 os.rename(resolv, resolv_bak) 79 resolv_fd = open(resolv, 'w') 86 assert utils.read_one_line(resolv) == resolv_contents 100 resolv = os.path.realpath(constants.RESOLV_CONF_FILE) 102 resolv_dir = os.path.dirname(resolv) 106 os.rename(resolv_bak, resolv) 121 utils.read_one_line(resolv)),
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
D | phase1-up.sh | 29 test -f /etc/resolv.conf.bak || cp /etc/resolv.conf /etc/resolv.conf.bak 30 echo "# Generated by racoon on `date`" > /etc/resolv.conf 31 echo "nameserver ${INTERNAL_DNS4}" >> /etc/resolv.conf
|
D | phase1-down.sh | 30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 20-resolv.conf | 54 if [ -f /etc/resolv.conf.head ]; then 55 cat /etc/resolv.conf.head >> "$cf" 60 if [ -f /etc/resolv.conf.tail ]; then 61 cat /etc/resolv.conf.tail >> "$cf" 65 if change_file /etc/resolv.conf "$cf"; then 66 chmod 644 /etc/resolv.conf
|
D | Makefile | 7 SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf
|
/external/iproute2/examples/ |
D | dhcp-client-script | 309 echo $idstring > /etc/resolv.conf.dhcp 311 echo search $new_domain_name >> /etc/resolv.conf.dhcp 313 echo options ndots:1 >> /etc/resolv.conf.dhcp 317 echo nameserver $nameserver >> /etc/resolv.conf.dhcp 320 echo nameserver 127.0.0.1 >> /etc/resolv.conf.dhcp 323 if [ -f /etc/resolv.conf ]; then 332 mv /etc/resolv.conf.dhcp /etc/resolv.conf
|
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/ |
D | comboot_resolv.c | 13 static void comboot_resolv_done ( struct resolv_interface *resolv, in comboot_resolv_done() argument 17 resolv_unplug ( resolv ); in comboot_resolv_done() 52 if ( ( rc = resolv ( &comboot_resolver, name, NULL ) ) != 0 ) in comboot_resolv()
|
/external/valgrind/none/tests/solaris/ |
D | Makefile.am | 28 resolv.stdout.exp resolv.stderr.exp resolv.vgtest \ 50 resolv \ program
|
D | resolv.vgtest | 1 prog: resolv
|
D | Makefile.in | 129 posix_spawn$(EXEEXT) pthread-stack$(EXEEXT) resolv$(EXEEXT) \ 203 resolv_SOURCES = resolv.c 204 resolv_OBJECTS = resolv.$(OBJEXT) 254 reserve_sysstat_addr.c reserve_sysstat_zone_addr.c resolv.c \ 261 reserve_sysstat_addr.c reserve_sysstat_zone_addr.c resolv.c \ 681 resolv.stdout.exp resolv.stderr.exp resolv.vgtest \ 799 resolv$(EXEEXT): $(resolv_OBJECTS) $(resolv_DEPENDENCIES) $(EXTRA_resolv_DEPENDENCIES) 800 @rm -f resolv$(EXEEXT) 842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolv.Po@am__quote@
|
/external/syslinux/gpxe/src/net/udp/ |
D | dns.c | 61 struct resolv_interface resolv; member 97 resolv_done ( &dns->resolv, &dns->sa, rc ); in dns_done() 479 static int dns_resolv ( struct resolv_interface *resolv, in dns_resolv() argument 506 resolv_init ( &dns->resolv, &null_resolv_ops, &dns->refcnt ); in dns_resolv() 532 resolv_plug_plug ( &dns->resolv, resolv ); in dns_resolv() 549 .resolv = dns_resolv,
|
/external/valgrind/none/tests/ |
D | resolv.vgtest | 2 # There is none/tests/solaris/resolv for that purpose. 4 prog: resolv
|
D | Makefile.in | 169 resolv$(EXEEXT) rlimit_nofile$(EXEEXT) selfrun$(EXEEXT) \ 422 resolv_SOURCES = resolv.c 423 resolv_OBJECTS = resolv-resolv.$(OBJEXT) 576 require-text-symbol.c res_search.c resolv.c rlimit64_nofile.c \ 599 require-text-symbol.c res_search.c resolv.c rlimit64_nofile.c \ 1160 resolv.stderr.exp resolv.stdout.exp resolv.vgtest \ 1552 resolv$(EXEEXT): $(resolv_OBJECTS) $(resolv_DEPENDENCIES) $(EXTRA_resolv_DEPENDENCIES) 1553 @rm -f resolv$(EXEEXT) 1729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolv-resolv.Po@am__quote@ 1886 resolv-resolv.o: resolv.c [all …]
|
/external/syslinux/com32/samples/ |
D | resolv.c | 26 uint32_t resolv(const char *name) in resolv() function 48 ip = resolv(argv[1]); in main()
|
D | Makefile | 22 all: hello.c32 resolv.c32 serialinfo.c32 \
|
/external/dnsmasq/contrib/Suse/ |
D | README.susefirewall | 21 test -e /etc/resolv.conf || echo "Warning: /etc/resolv.conf not found"
|
D | dnsmasq-SuSE.patch | 9 /etc/ppp/resolv.conf which is not normally world readable.
|
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/ |
D | baseline | 37 "/etc/resolv.conf": { 39 "destination": "/run/shill/resolv.conf",
|
/external/selinux/restorecond/ |
D | restorecond.conf | 2 /etc/resolv.conf
|
/external/c-ares/ |
D | TODO | 6 - To allow an app to force a re-read of /etc/resolv.conf etc, pretty much
|