/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi.h | 144 * do_dhcp_request() issues a dhcp request and returns the acquired 154 * @param server return the IPV4 address of DHCP server
|
/system/core/nexus/ |
NetworkManager.cpp | 113 LOGE("Failed to start DHCP (%s)", strerror(errno)); 156 "DHCP state changed from %d (%s) -> %d (%s)",
|
/system/core/libnetutils/ |
dhcpclient.c | 34 #define LOG_TAG "DHCP" 176 LOGD("--- dhcp %s (%d) ---", 276 LOGD("===== DHCP message:"); 451 printerr("no acknowledgement from DHCP server\nconfiguring %s with offered parameters\n", ifname); 478 printerr("error sending dhcp msg: %s\n", strerror(errno));
|
ifc_utils.c | 432 snprintf(dns_prop_name, sizeof(dns_prop_name), "dhcp.%s.dns1", ifname); 434 snprintf(dns_prop_name, sizeof(dns_prop_name), "dhcp.%s.dns2", ifname);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | 138 * following a DHCP failure, we need to kick the supplicant into 153 * for which we have failed in acquiring an IP address from DHCP. A value of 361 // Allocate DHCP info object once, and fill it in on each request 375 "dhcp." + mInterfaceName + ".dns1", 376 "dhcp." + mInterfaceName + ".dns2" 741 * DHCP requests are blocking, so run them in a separate thread. 743 HandlerThread dhcpThread = new HandlerThread("DHCP Handler Thread"); 771 * we didn't perform a DHCP request to get an IP address. 824 // When supplicant dies, kill the DHCP thread [all...] |
SupplicantState.java | 115 * address associated with the connection yet. Typically, a DHCP
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 28 ATTRIBUTE Ascend-DHCP-Maximum-Leases 134 integer 41 ATTRIBUTE Ascend-DHCP-Reply 147 integer 42 ATTRIBUTE Ascend-DHCP-Pool-Number 148 integer 282 VALUE Ascend-DHCP-Reply DHCP-Reply-No 0 283 VALUE Ascend-DHCP-Reply DHCP-Reply-Yes 1
|
/external/grub/netboot/ |
etherboot.h | 36 /* FIXME: For now, enable the DHCP support. Perhaps I should segregate 37 the DHCP support from the BOOTP support, and permit both to 101 /* Because some DHCP/BOOTP servers don't treat the maximum length the same
|
/external/dhcpcd/ |
signals.c | 2 * dhcpcd - DHCP client daemon
|
if-bsd.c | 2 * dhcpcd - DHCP client daemon 49 #include "dhcp.h"
|
net.c | 2 * dhcpcd - DHCP client daemon 64 #include "dhcp.h" 417 /* Ensure that the MTU is big enough for DHCP */ 548 struct dhcp_message dhcp; member in struct:udp_dhcp_packet 596 memcpy(&udpp->dhcp, data, length); 632 *data = udp + offsetof(struct udp_dhcp_packet, dhcp);
|
dhcpcd.c | 2 * dhcpcd - DHCP client daemon 50 #include "dhcp.h" 861 /* android runs us as user "dhcp" */ 929 "dhcp.%s.pid", options->interface) >= PROPERTY_KEY_MAX) { 1012 "dhcp.%s.pid", options->interface) >= PROPERTY_KEY_MAX) {
|
if-linux.c | 2 * dhcpcd - DHCP client daemon 56 #include "dhcp.h"
|
/external/dnsmasq/src/ |
rfc2131.c | 25 /* The Linux in-kernel DHCP client silently ignores any packet 164 /* check for DHCP rather than BOOTP */ 169 /* only insist on a cookie for DHCP. */ 320 for (context_tmp = daemon->dhcp; context_tmp; context_tmp = context_tmp->next) 336 // my_syslog(MS_DHCP | LOG_WARNING, _("no address range available for DHCP request %s %s"), 352 my_syslog(MS_DHCP | LOG_INFO, _("%u Available DHCP subnet: %s/%s"), 355 my_syslog(MS_DHCP | LOG_INFO, _("%u Available DHCP range: %s -- %s"), 482 /* infinite lease unless nailed in dhcp-host line. */ 602 /* dhcp-match. If we have hex-and-wildcards, look for a left-anchored match. 781 /* proxy DHCP here. The DHCPREQUEST stuff is for gPXE * [all...] |
bpf.c | 150 die(_("cannot create DHCP BPF socket: %s"), NULL, EC_BADNET); 178 my_syslog(MS_DHCP | LOG_WARNING, _("DHCP request for unsupported hardware type (%d) received on %s"),
|
log.c | 257 DNS, DHCP and TFTP services. 275 func = "-dhcp";
|
dnsmasq.h | 466 #define CONFIG_BANK 2048 /* from dhcp hosts file */ 628 struct dhcp_context *dhcp; member in struct:daemon 664 /* DHCP state */ 793 /* dhcp.c */
|
cache.c | 267 name exists in the cache as a HOSTS or DHCP entry (these are never deleted) 378 /etc/hosts or DHCP. */ 1052 _("not giving name %s to the DHCP lease of %s because " 1059 /* if in hosts, don't need DHCP record */ [all...] |
/external/webkit/WebKit/haiku/ |
ChangeLog | 13 2009-12-03 Pavel Feldman <pfeldman@dhcp-172-28-174-220.spb.corp.google.com>
|
/frameworks/base/core/java/android/os/ |
INetworkManagementService.aidl | 80 * Start tethering services with the specified dhcp server range
|
/external/iproute2/ |
RELNOTES | 139 * examples/dhcp-client-script is copied from my patch to ISC dhcp.
|
/external/dnsmasq/contrib/wrt/ |
dhcp_lease_time.c | 100 /* skip over DHCP cookie; */
|
/external/tcpdump/ |
print-bootp.c | 73 printf("BOOTP/DHCP, %s", 261 { TAG_DHCP_MESSAGE, " DHCP-Message" }, 284 /* http://www.iana.org/assignments/bootp-dhcp-extensions/index.htm */ 315 /* DHCP "options overload" types */
|
INSTALL | 144 print-bootp.c - BOOTP and IPv4 DHCP printer routines 152 print-dhcp6.c - IPv6 DHCP printer routines
|
/system/netd/ |
TetherController.cpp | 140 asprintf(&(args[nextArg++]),"--dhcp-range=%s,%s,1h", start, end);
|