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

1 2 3 4 5 6

  /external/syslinux/gpxe/src/include/gpxe/
resolv.h 23 * @v resolv Name resolution interface
27 void ( * done ) ( struct resolv_interface *resolv,
45 * @v resolv Name resolution interface
49 static inline void resolv_init ( struct resolv_interface *resolv,
52 resolv->intf.dest = &null_resolv.intf;
53 resolv->intf.refcnt = refcnt;
54 resolv->op = op;
61 * @ret resolv Name resolution interface
71 * @v resolv Name resolution interface
75 resolv_get_dest ( struct resolv_interface *resolv ) {
144 int ( * resolv ) ( struct resolv_interface *resolv, const char *name, member in struct:resolver
    [all...]
  /bionic/tests/
resolv_test.cpp 29 #include <resolv.h>
33 TEST(resolv, b64_pton_28035006) {
  /external/syslinux/gpxe/src/core/
resolv.c 29 #include <gpxe/resolv.h>
47 * @v resolv Name resolution interface
51 void resolv_done ( struct resolv_interface *resolv, struct sockaddr *sa,
53 struct resolv_interface *dest = resolv_get_dest ( resolv );
55 resolv_unplug ( resolv );
63 * @v resolv Name resolution interface
67 void ignore_resolv_done ( struct resolv_interface *resolv __unused,
98 struct resolv_interface resolv; member in struct:numeric_resolv
111 resolv_done ( &numeric->resolv, &numeric->sa, numeric->rc );
115 static int numeric_resolv ( struct resolv_interface *resolv,
249 int resolv ( struct resolv_interface *resolv, const char *name, function
298 struct resolv_interface resolv; member in struct:named_socket
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_resolv.c 6 #include <gpxe/resolv.h>
13 static void comboot_resolv_done ( struct resolv_interface *resolv,
17 resolv_unplug ( resolv );
52 if ( ( rc = resolv ( &comboot_resolver, name, NULL ) ) != 0 )
  /external/selinux/restorecond/
restorecond.conf 2 /etc/resolv.conf
  /external/syslinux/com32/samples/
resolv.c 14 * resolv.c
26 uint32_t resolv(const char *name) function
44 fputs("Usage: resolv hostname\n", stderr);
48 ip = resolv(argv[1]);
Makefile 22 all: hello.c32 resolv.c32 serialinfo.c32 \
  /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
  /prebuilts/go/darwin-x86/src/net/
conf_test.go 23 // represents a dnsConfig returned by parsing a nonexistent resolv.conf
43 resolv: defaultResolvConf,
55 resolv: defaultResolvConf,
66 resolv: defaultResolvConf,
76 resolv: defaultResolvConf,
91 resolv: defaultResolvConf,
95 // On OpenBSD, no resolv.conf means no DNS.
100 resolv: defaultResolvConf,
109 resolv: defaultResolvConf,
117 resolv: &dnsConfig{lookup: []string{"bind", "file"}}
    [all...]
dnsconfig_unix_test.go 23 name: "testdata/resolv.conf",
35 name: "testdata/domain-resolv.conf",
45 name: "testdata/search-resolv.conf",
55 name: "testdata/empty-resolv.conf",
65 name: "testdata/invalid-ndots-resolv.conf",
75 name: "testdata/large-ndots-resolv.conf",
85 name: "testdata/negative-ndots-resolv.conf",
95 name: "testdata/openbsd-resolv.conf",
131 t.Errorf("missing resolv.conf:\ngot: %v\nwant: %v", conf.err, os.ErrNotExist)
142 t.Errorf("missing resolv.conf:\ngot: %+v\nwant: %+v", conf, want
    [all...]
  /prebuilts/go/linux-x86/src/net/
conf_test.go 23 // represents a dnsConfig returned by parsing a nonexistent resolv.conf
43 resolv: defaultResolvConf,
55 resolv: defaultResolvConf,
66 resolv: defaultResolvConf,
76 resolv: defaultResolvConf,
91 resolv: defaultResolvConf,
95 // On OpenBSD, no resolv.conf means no DNS.
100 resolv: defaultResolvConf,
109 resolv: defaultResolvConf,
117 resolv: &dnsConfig{lookup: []string{"bind", "file"}}
    [all...]
dnsconfig_unix_test.go 23 name: "testdata/resolv.conf",
35 name: "testdata/domain-resolv.conf",
45 name: "testdata/search-resolv.conf",
55 name: "testdata/empty-resolv.conf",
65 name: "testdata/invalid-ndots-resolv.conf",
75 name: "testdata/large-ndots-resolv.conf",
85 name: "testdata/negative-ndots-resolv.conf",
95 name: "testdata/openbsd-resolv.conf",
131 t.Errorf("missing resolv.conf:\ngot: %v\nwant: %v", conf.err, os.ErrNotExist)
142 t.Errorf("missing resolv.conf:\ngot: %+v\nwant: %+v", conf, want
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_data.c 30 #include <resolv.h>
  /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/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/syslinux/gpxe/src/net/udp/
dns.c 33 #include <gpxe/resolv.h>
61 struct resolv_interface resolv; member in struct:dns_request
97 resolv_done ( &dns->resolv, &dns->sa, rc );
474 * @v resolv Name resolution interface
479 static int dns_resolv ( struct resolv_interface *resolv,
506 resolv_init ( &dns->resolv, &null_resolv_ops, &dns->refcnt );
532 resolv_plug_plug ( &dns->resolv, resolv );
549 .resolv = dns_resolv,

Completed in 958 milliseconds

1 2 3 4 5 6