Home
last modified time | relevance | path

Searched refs:resolv (Results 1 – 25 of 39) sorted by relevance

12

/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dphase1-up.sh29 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
Dphase1-down.sh30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
/external/iproute2/examples/
Ddhcp-client-script309 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/selinux/restorecond/
Drestorecond.conf2 /etc/resolv.conf
/external/e2fsprogs/tests/f_dup_de/
Dexpect.119 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
Dexpect-nohtree.122 Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
/external/honggfuzz/examples/glibc/
DREADME.md26 …c/glibc-2.26/build/nptl -L ~/src/glibc-2.26/rt -L ~/src/glibc-2.26/build/resolv ~/src/honggfuzz/li…
/external/dnsmasq/
Ddnsmasq.conf.example28 # somewhere other that /etc/resolv.conf
29 #resolv-file=
35 # /etc/resolv.conf
38 # If you don't want dnsmasq to read /etc/resolv.conf or any other
41 #no-resolv
43 # If you don't want dnsmasq to poll /etc/resolv.conf or other resolv
DCHANGELOG.archive44 a file other than /etc/resolv.conf (-r option) this allows
46 on (put nameserver 127.0.0.1 in /etc/resolv.conf and
47 give dnsmasq the option -r /etc/resolv.dnsmasq)
49 modification time of resolv.conf changes. Along with
99 two closely-spaced updates of resolv.conf (Thanks to Eli Chen
196 in /etc/resolv.conf and it offers DNS service automatically
264 to /etc/ppp/resolv.conf (suggestion from Jorg Sommer.)
321 release 1.10 Log warnings if resolv.conf or dhcp.leases are not
340 upstream servers in the order they appear in /etc/resolv.conf.
360 "--resolv-file=" turns off reading /etc/resolv.conf.
[all …]
DCHANGELOG329 Force re-reading of /etc/resolv.conf when an "interface
/external/adeb/
Dbuildstrap60 echo "nameserver 4.2.2.2" > $OUT_TMP/etc/resolv.conf
/external/toybox/scripts/
Dmake.sh107 for i in util crypt m resolv selinux smack attr rt crypto z log iconv
/external/python/httplib2/doc/html/
Dsearchindex.js1 …ns:1,you:1,amok:1,redirectlimit:1,lost:1,servernotfounderror:1,docutil:1,resolv:1,server:1,collect… property
/external/openssh/
Dconfigure.ac977 AC_CHECK_LIB([resolv], [res_query], [ LIBS="$LIBS -lresolv" ])
1312 [], [ AC_CHECK_LIB([resolv], [strcasecmp], [LIBS="$LIBS -lresolv"]) ]
1332 AC_SEARCH_LIBS([inet_ntop], [resolv nsl])
1333 AC_SEARCH_LIBS([gethostbyname], [resolv nsl])
3856 [Define if we don't have struct __res_state in resolv.h])],
3864 #include <resolv.h>
4079 AC_SEARCH_LIBS([getrrsetbyname], [resolv],
4084 AC_SEARCH_LIBS([res_query], [resolv])
4085 AC_SEARCH_LIBS([dn_expand], [resolv])
4092 #include <resolv.h>
[all …]
Dconfigure16831 for ac_lib in '' resolv; do
16890 for ac_lib in '' resolv; do
16946 for ac_lib in '' resolv; do
17516 for ac_lib in '' resolv; do
/external/libxml2/os400/
Dos400config.h.in134 /* Define to 1 if you have the <resolv.h> header file. */
/external/libevent/
Devdns.c3612 char *resolv; in evdns_base_resolv_conf_parse_impl() local
3625 if ((err = evutil_read_file_(filename, &resolv, &n, 0)) < 0) { in evdns_base_resolv_conf_parse_impl()
3635 start = resolv; in evdns_base_resolv_conf_parse_impl()
3657 mm_free(resolv); in evdns_base_resolv_conf_parse_impl()
Dconfigure.ac143 AC_SEARCH_LIBS([inet_aton], [resolv])
/external/u-boot/board/freescale/m54455evb/
DREADME406 Setting nameserver to 172.27.0.1 in /etc/resolv.conf:
/external/python/cpython3/Lib/test/
Dcfgparser.2284 # and the /etc/resolv.conf file. "host" therefore is system
/external/curl/lib/
Dcurl_config.h.cmake371 /* Define to 1 if you have the `resolv' library (-lresolv). */
/external/iputils/
DRELNOTES40 makefile: Static link support for crypto, resolv, cap and sysfs.
/external/libxml2/
Dconfigure.ac516 AC_CHECK_HEADERS([resolv.h], [], [],
/external/python/cpython2/
Dpyconfig.h.in463 /* Define to 1 if you have the `resolv' library (-lresolv). */
/external/tcpdump/
Daclocal.m41124 AC_SEARCH_LIBS(gethostbyname, nsl socket resolv)

12