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
  /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
  /bionic/libc/upstream-netbsd/lib/libc/include/
resolv_mt.h 9 #include <resolv.h>
  /external/chromium_org/net/dns/
dns_config_service_posix.h 11 #include <resolv.h>
dns_config_service_posix_unittest.cc 5 #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...]
  /bionic/libc/dns/resolv/
herror.c 74 #include <resolv.h>
res_comp.c 90 #include <resolv.h>
res_mkquery.c 94 #include <resolv.h>
res_query.c 97 #include <resolv.h>
  /external/chromium_org/net/base/
dns_reloader.cc 10 #include <resolv.h>
22 // On Linux/BSD, changes to /etc/resolv.conf can go unnoticed thus resulting
25 // a new network. Some distributions patch glibc to stat /etc/resolv.conf
31 // NetworkChangeNotifier::DNSObserver to monitor /etc/resolv.conf to
39 // Android does not have /etc/resolv.conf. The system takes care of nameserver
network_change_notifier_mac.cc 8 #include <resolv.h>
  /bionic/libc/upstream-netbsd/lib/libc/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/dns/net/
base64.c 62 #include <resolv.h>
  /external/iproute2/include/
utils.h 5 #include <resolv.h>
  /system/core/adb/
adb_auth_client.c 19 #include <resolv.h>
  /external/ppp/pppd/plugins/pppoatm/
ans.c 25 #include <resolv.h>

Completed in 633 milliseconds

1 2 3