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

1 2 3

  /external/valgrind/main/none/tests/
resolv.c 3 #include <resolv.h>
res_search.c 5 #include <resolv.h>
  /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/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 29 write_resolv_conf /etc/resolv.conf
  /external/dhcpcd/dhcpcd-hooks/
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="$state_dir/resolv.conf.$interface"
19 # Build the resolv.conf
49 # Assemble resolv.conf using our head and tail files
53 if [ -f /etc/resolv.conf.head ]; then
54 cat /etc/resolv.conf.head >> "$cf"
56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf"
59 if [ -f /etc/resolv.conf.tail ]; the
    [all...]
Makefile 7 SCRIPTS+= 10-mtu 20-resolv.conf 29-lookup-hostname 30-hostname
  /external/openssh/openbsd-compat/
getrrsetbyname.h 59 #include <resolv.h>
  /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...]
  /external/openssh/
uuencode.c 30 #include <resolv.h>
  /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>
  /bionic/libc/
Android.mk 296 netbsd/resolv/__dn_comp.c \
297 netbsd/resolv/__res_close.c \
298 netbsd/resolv/__res_send.c \
299 netbsd/resolv/herror.c \
300 netbsd/resolv/res_comp.c \
301 netbsd/resolv/res_data.c \
302 netbsd/resolv/res_debug.c \
303 netbsd/resolv/res_init.c \
304 netbsd/resolv/res_mkquery.c \
305 netbsd/resolv/res_query.c
    [all...]
  /bionic/libc/netbsd/net/
base64.c 62 #include <resolv.h>
  /external/chromium/net/base/
host_resolver_proc.cc 10 #include <resolv.h>
203 // 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>

Completed in 523 milliseconds

1 2 3