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

1 2 3

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
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
phase1-down.sh 30 test -f /etc/resolv.conf.bak && cp /etc/resolv.conf.bak /etc/resolv.conf
  /bionic/libc/netbsd/resolv/
__dn_comp.c 22 #include <resolv.h>
25 /* XXX THIS IS A MESS! SEE <resolv.h> XXX */
__res_send.c 22 #include <resolv.h>
25 /* XXX THIS IS A MESS! SEE <resolv.h> XXX */
herror.c 74 #include <resolv.h>
res_comp.c 90 #include <resolv.h>
res_mkquery.c 94 #include <resolv.h>
res_query.c 96 #include <resolv.h>
  /external/dhcpcd/dhcpcd-hooks/
Makefile 3 SYSTEMSCRIPTS= 01-test 10-mtu 20-resolv.conf 30-hostname
20-resolv.conf 1 # Generate /etc/resolv.conf
3 # We can merge other dhcpcd resolv.conf files into one like resolvconf,
9 resolv_conf_dir="${state_dir}/resolv.conf"
13 local cf="/etc/resolv.conf.${interface}"
19 # Build the resolv.conf
40 # Assemble resolv.conf using our head and tail files
43 if [ -f /etc/resolv.conf.head ]; then
44 cat /etc/resolv.conf.head >> "${cf}"
46 echo "# /etc/resolv.conf.head can replace this line" >> "${cf}"
49 if [ -f /etc/resolv.conf.tail ]; the
    [all...]
  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 29 write_resolv_conf /etc/resolv.conf
  /external/iproute2/examples/
dhcp-client-script 296 # NOTE: we try to be careful and not to break user supplied resolv.conf.
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
324 if [ "`head -1 /etc/resolv.conf`" != "$idstring" ]; then
332 mv /etc/resolv.conf.dhcp /etc/resolv.con
    [all...]
  /bionic/libc/netbsd/inet/
nsap_addr.c 42 #include <resolv.h>
  /external/ipsec-tools/src/racoon/
throttle.c 54 #include <resolv.h>
kmpstat.c 65 #include <resolv.h>
main.c 70 #include <resolv.h>
isakmp_unity.c 64 #include <resolv.h>
  /bionic/libc/
Android.mk 286 netbsd/resolv/__dn_comp.c \
287 netbsd/resolv/__res_close.c \
288 netbsd/resolv/__res_send.c \
289 netbsd/resolv/herror.c \
290 netbsd/resolv/res_comp.c \
291 netbsd/resolv/res_data.c \
292 netbsd/resolv/res_debug.c \
293 netbsd/resolv/res_init.c \
294 netbsd/resolv/res_mkquery.c \
295 netbsd/resolv/res_query.c
    [all...]
  /bionic/libc/netbsd/net/
base64.c 62 #include <resolv.h>
getnameinfo.c 68 #include <resolv.h>
  /external/chromium/net/base/
host_resolver_proc.cc 10 #include <resolv.h>
81 // On Linux/BSD, changes to /etc/resolv.conf can go unnoticed thus resulting
84 // a new network. Some distributions patch glibc to stat /etc/resolv.conf
215 // changes to /etc/resolv.conf and retry. See http://crbug.com/11380 for info.
  /external/iproute2/include/
utils.h 5 #include <resolv.h>
  /bionic/libc/netbsd/nameser/
ns_parse.c 40 #include <resolv.h>
  /external/ppp/pppd/plugins/pppoatm/
ans.c 25 #include <resolv.h>
  /external/tcpdump/missing/
getnameinfo.c 56 #include <resolv.h>

Completed in 2061 milliseconds

1 2 3