OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolv
(Results
1 - 25
of
69
) sorted by null
1
2
3
/external/avahi/avahi-dnsconfd/
avahi-dnsconfd.action
72
test -f /etc/
resolv
.conf.avahi && mv /etc/
resolv
.conf.avahi /etc/
resolv
.conf
74
test -f /etc/
resolv
.conf.avahi || mv /etc/
resolv
.conf /etc/
resolv
.conf.avahi
78
done > /etc/
resolv
.conf
/external/selinux/policycoreutils/restorecond/
restorecond.conf
2
/etc/
resolv
.conf
/external/valgrind/none/tests/
resolv.c
3
#include <
resolv
.h>
res_search.c
5
#include <
resolv
.h>
/external/valgrind/none/tests/solaris/
resolv.c
2
* Adapted from none/tests/
resolv
for Solaris.
5
#include <
resolv
.h>
/external/autotest/client/cros/
dns_server.py
15
_resolv_bak_file = '
resolv
.conf.bak'
56
# Follow
resolv
.conf symlink.
57
resolv
= os.path.realpath(constants.RESOLV_CONF_FILE)
59
resolv_dir = os.path.dirname(
resolv
)
62
# Test to make sure the current
resolv
.conf isn't already our
67
if (utils.read_one_line(
resolv
) == resolv_contents and
69
logging.error('Current
resolv
.conf is setup for our local '
73
# Back up the current
resolv
.conf.
74
os.rename(
resolv
, resolv_bak)
75
# To stop flimflam from editing
resolv
.conf while we're workin
[
all
...]
/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-6.8.2/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"
15
local cf="$state_dir/
resolv
.conf.$ifname"
21
# Build the
resolv
.conf
50
# Assemble
resolv
.conf using our head and tail files
54
if [ -f /etc/
resolv
.conf.head ]; then
55
cat /etc/
resolv
.conf.head >> "$cf"
57
echo "# /etc/
resolv
.conf.head can replace this line" >> "$cf"
60
if [ -f /etc/
resolv
.conf.tail ]; the
[
all
...]
Makefile
7
SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-
resolv
.conf
/bionic/libc/upstream-netbsd/lib/libc/include/
resolv_mt.h
9
#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/tlsdate/
apparmor-profile
30
/etc/
resolv
.conf r,
31
/run/resolvconf/
resolv
.conf r,
91
/etc/
resolv
.conf r,
92
/run/resolvconf/
resolv
.conf r,
148
/etc/
resolv
.conf r,
/bionic/libc/dns/resolv/
herror.c
74
#include <
resolv
.h>
res_comp.c
90
#include <
resolv
.h>
res_mkquery.c
94
#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>
/external/autotest/site_utils/
lxc_config.py
11
"source": "/etc/
resolv
.conf",
12
"target": "/etc/
resolv
.conf",
33
1. Append the content of /etc/
resolv
.conf in host machine to file
34
/etc/
resolv
.conf inside container.
/bionic/libc/dns/net/
base64.c
62
#include <
resolv
.h>
/bionic/libc/upstream-openbsd/lib/libc/net/
res_random.c
65
#include <
resolv
.h>
/system/bt/btif/src/
btif_debug_btsnoop.c
20
#include <
resolv
.h>
Completed in 885 milliseconds
1
2
3