HomeSort by relevance Sort by last modified time
    Searched full:dhcp (Results 1 - 25 of 472) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/sepolicy/
dhcp.te 1 type dhcp, domain;
2 permissive dhcp;
7 init_daemon_domain(dhcp)
8 net_domain(dhcp)
9 unconfined_domain(dhcp)
11 type_transition dhcp system_data_file:{ dir file } dhcp_data_file;
  /external/dhcpcd/dhcpcd-hooks/
95-configured 13 setprop dhcp.${intf}.reason "${reason}"
17 setprop dhcp.${intf}.ipaddress "${new_ip_address}"
18 setprop dhcp.${intf}.gateway "${new_routers%% *}"
19 setprop dhcp.${intf}.mask "${new_subnet_mask}"
20 setprop dhcp.${intf}.leasetime "${new_dhcp_lease_time}"
21 setprop dhcp.${intf}.server "${new_dhcp_server_identifier}"
22 setprop dhcp.${intf}.vendorInfo "${new_vendor_encapsulated_options}"
23 setprop dhcp.${intf}.mtu "${new_interface_mtu}"
25 setprop dhcp.${intf}.result "ok"
29 setprop dhcp.${intf}.result "failed
    [all...]
02-dump 1 # Just echo our DHCP options we have
90-NetworkManager 6 if [ -x /usr/libexec/nm-dhcp-client.action ]; then
7 /usr/libexec/nm-dhcp-client.action
01-test 1 # Just echo our DHCP options we have
20-dns.conf 2 # DNS server addresses given by the DHCP server.
19 setprop dhcp.${intf}.dns${i} ""
24 setprop dhcp.${intf}.dns${count} ${dnsaddr}
36 setprop dhcp.${interface}.domain "${new_domain_name}$separator${new_domain_search}"
42 setprop dhcp.${intf}.dns${i} ""
45 setprop dhcp.${interface}.domain ""
  /external/dhcpcd/
dhcpcd.conf 4 # Inform the DHCP server of our hostname for DDNS.
6 # To share the DHCP lease across OSX and Windows a ClientID is needed.
7 # Enabling this may get a different lease than the kernel DHCP client.
8 # Some upstream DHCP servers may also require a ClientID, such as FRITZ!Box.
11 # A list of options to request from the DHCP server.
21 # A hook script is provided to lookup the hostname if not set by the DHCP
showlease.c 6 #include "dhcp.h"
129 struct dhcp_message *dhcp; local
135 dhcp = malloc(sizeof(*dhcp));
136 memset(dhcp, 0, sizeof(*dhcp));
137 bytes = read(fd, dhcp, sizeof(*dhcp));
140 free(dhcp);
141 dhcp = NULL
320 struct dhcp_message *dhcp; local
    [all...]
config.h 5 #define DBDIR "/data/misc/dhcp"
6 #define RUNDIR "/data/misc/dhcp"
dhcpcd-run-hooks.8.in 30 .Nd DHCP client configuration script
47 A test hook is also supplied that simply echos the dhcp variables to the
61 DHCP information to be configured is held in variables starting with the word
62 new_ and old DHCP information to be removed is held in variables starting with
79 dhcpcd informed a DHCP server about it's address and obtained other
82 dhcpcd obtained a new lease from a DHCP server.
86 dhcpcd has rebound to a new DHCP server.
88 dhcpcd successfully requested a lease from a DHCP server.
90 dhcpcd failed to contact any DHCP servers but did obtain an IPV4LL address.
93 obtained from a DHCP server
    [all...]
dhcpcd-run-hooks.8 30 .Nd DHCP client configuration script
47 A test hook is also supplied that simply echos the dhcp variables to the
61 DHCP information to be configured is held in variables starting with the word
62 new_ and old DHCP information to be removed is held in variables starting with
79 dhcpcd informed a DHCP server about it's address and obtained other
82 dhcpcd obtained a new lease from a DHCP server.
86 dhcpcd has rebound to a new DHCP server.
88 dhcpcd successfully requested a lease from a DHCP server.
90 dhcpcd failed to contact any DHCP servers but did obtain an IPV4LL address.
93 obtained from a DHCP server
    [all...]
dhcp.c 2 * dhcpcd - DHCP client daemon
38 #include "dhcp.h"
83 * Without this some DHCP servers may skip the DNS entries in the DHCP replies.*/
94 * Without this some DHCP servers may skip the DNS entries in the DHCP replies.*/
303 #define get_option_raw(dhcp, opt) get_option(dhcp, opt, NULL, NULL)
305 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type)
307 const uint8_t *p = dhcp->options
906 struct dhcp_message *dhcp; local
1168 struct dhcp_message *dhcp; local
    [all...]
  /external/dnsmasq/contrib/port-forward/
portforward 4 # to the address which has just been allocated by DHCP . The second field
6 # the same port on the DHCP-client, if there are two seperated with a
8 # is forwarded on the DHCP-client. By default, forwarding is set up
15 # at the address allocated to wwwserver whenever wwwserver gets a DHCP lease.
19 # on the DHCP-client.
26 # removed when DHCP leases expire. After editing this file, send
  /external/dnsmasq/
dnsmasq.conf.example 56 # from /etc/hosts or DHCP only.
81 # If you want dnsmasq to listen for DHCP and DNS requests only on
93 # disable DHCP on it.
94 #no-dhcp-interface=
118 # 1) Allows DHCP hosts to have fully qualified domain names, as long
120 # 2) Sets the "domain" DHCP option thereby potentially setting the
121 # domain of all systems configured by DHCP
131 # Uncomment this to enable the integrated DHCP server, you need
134 # repeat this for each network on which you want to supply DHCP
136 #dhcp-range=192.168.0.50,192.168.0.150,12
    [all...]
  /frameworks/base/core/java/android/net/
DhcpStateMachine.java 37 * StateMachine that interacts with the native DHCP client and can talk to
40 * The Dhcp state machine provides the following features:
41 * - Wakeup and renewal using the native DHCP client (which will not renew
44 * - A notification right before DHCP request or renewal is started. This
45 * can be used for any additional setup before DHCP. For example, wifi sets
46 * BT-Wifi coex settings right before DHCP is initiated
64 private static final String WAKELOCK_TAG = "DHCP";
66 //Remember DHCP configuration from first request
85 /* Commands from controller to start/stop DHCP */
90 /* Notification from DHCP state machine prior to DHCP discovery/renewal *
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.tt2 3 <title>DHCP Clients</title>
4 <link rel="stylesheet" href="dhcp.css"/>
8 <h1>DHCP Clients <span class="updated">(updated [% updated %])</span></h1>
14 <th class="client_id">DHCP Client ID</th>
  /external/iproute2/etc/iproute2/
rt_protos 17 16 dhcp
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.h 21 // You might think we could just implement a DHCP client at the protocol
23 // from DHCP, but unfortunately the DHCP protocol assumes there is a single
28 // http://www.net.princeton.edu/multi-dhcp-one-interface-handling.html).
46 // Attempts to enable/disable the DHCP WPAD feature. Does nothing
52 // Returns true if the DHCP WPAD feature is enabled. Always returns
56 // Returns true if the DHCP WPAD feature is supported on the current
dhcp_proxy_script_fetcher.h 18 // Interface for classes that can fetch a proxy script as configured via DHCP.
21 // PAC script configured via DHCP.
23 // Normally there are zero or one DHCP scripts configured, but in the
24 // presence of multiple adapters with DHCP enabled, the fetcher resolves
31 // Attempts to retrieve the most appropriate PAC script configured via DHCP,
43 // ERR_PAC_NOT_IN_DHCP -- no script configured in DHCP.
46 // in DHCP but all failed to download, and the error for the most
66 // retrieved from DHCP. It is reset if/when |Fetch()| is called again.
  /external/dnsmasq/po/
fr.po 22 #: cache.c:798 dhcp.c:785
27 #: cache.c:856 dhcp.c:801
32 #: cache.c:863 dhcp.c:875
48 msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
49 msgstr "ne donne pas de nom %s au bail DHCP de %s parce-que le nom existe dans %s avec l'adresse %s"
146 msgid "Enable DHCP in the range given with lease duration."
147 msgstr "Autorise DHCP dans la plage d'adresses donn?e sur la dur?e de validit? du bail."
159 msgid "Read DHCP host specs from file"
160 msgstr "Lecture des sp?cifications d'h?tes DHCP ? partir du fichier"
163 msgid "Read DHCP option specs from file
    [all...]
es.po 23 #: cache.c:798 dhcp.c:785
28 #: cache.c:856 dhcp.c:801
33 #: cache.c:863 dhcp.c:875
49 msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
50 msgstr "no otorgando nombre %s al arriendo DHCP de %s porque el nombre existe en %s con direcci?n %s"
148 msgid "Enable DHCP in the range given with lease duration."
149 msgstr "Habilitar DHCP dentro del rango brindado con duraci?n del arriendo."
161 msgid "Read DHCP host specs from file"
162 msgstr "Leer especificaciones DHCP de host desde archivo"
165 msgid "Read DHCP option specs from file
    [all...]
pl.po 27 #: cache.c:798 dhcp.c:785
32 #: cache.c:856 dhcp.c:801
37 #: cache.c:863 dhcp.c:875
53 msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
54 msgstr "nazwa %s nie zosta?a nadana dzier?awie DHCP %s,poniewa? nazwa istnieje w %s i ma ju? adres %s"
151 msgid "Enable DHCP in the range given with lease duration."
152 msgstr "W??czenie serwera DHCP dla wskazanego zakresu adres?w."
164 msgid "Read DHCP host specs from file"
165 msgstr "Wczytanie z podanego pliku opisu maszyn na potrzeby DHCP."
168 msgid "Read DHCP option specs from file
    [all...]
no.po 25 #: cache.c:798 dhcp.c:785
30 #: cache.c:856 dhcp.c:801
35 #: cache.c:863 dhcp.c:875
51 msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
52 msgstr "gir ikke navnet %s til DHCP leien for %s fordi navnet eksisterer i %s med adressen %s"
150 msgid "Enable DHCP in the range given with lease duration."
151 msgstr "Aktiver DHCP i det gitte omr?det med leie varighet"
163 msgid "Read DHCP host specs from file"
167 msgid "Read DHCP option specs from file"
190 msgid "Map DHCP user class to tag.
    [all...]
ro.po 23 #: cache.c:798 dhcp.c:785
28 #: cache.c:856 dhcp.c:801
33 #: cache.c:863 dhcp.c:875
49 msgid "not giving name %s to the DHCP lease of %s because the name exists in %s with address %s"
50 msgstr "nu pot da numele %s īmprumutului de adres? DHCP a lui %s deoarece numeleexist? īn %s cu adresa %s"
148 msgid "Enable DHCP in the range given with lease duration."
149 msgstr "Activeaz? DHCP īn domeniul dat cu durat? limitat? de īmprumut."
161 msgid "Read DHCP host specs from file"
165 msgid "Read DHCP option specs from file"
188 msgid "Map DHCP user class to tag.
    [all...]
  /external/dnsmasq/contrib/lease-access/
README 4 to a lease. For this reason I modified the dhcp-script behavior and is
5 called with an extra parameter "access" once a dhcp request or discover

Completed in 927 milliseconds

1 2 3 4 5 6 7 8 91011>>