HomeSort by relevance Sort by last modified time
    Searched refs:dhcp (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/dhcpcd-6.8.2/
configure 405 echo "DHCPCD_SRCS+= arp.c dhcp.c ipv4.c ipv4ll.c" >>$CONFIG_MK
  /external/dnsmasq/src/
dnsmasq.h 468 #define CONFIG_BANK 2048 /* from dhcp hosts file */
610 struct dhcp_context *dhcp; member in struct:daemon
645 /* DHCP state */
766 /* dhcp.c */
option.c 126 { "dhcp-leasefile", 2, 0, 'l' },
127 { "dhcp-lease", 1, 0, 'l' },
128 { "dhcp-host", 1, 0, 'G' },
129 { "dhcp-range", 1, 0, 'F' },
130 { "dhcp-option", 1, 0, 'O' },
131 { "dhcp-boot", 1, 0, 'M' },
154 { "no-dhcp-interface", 1, 0, '2' },
156 { "dhcp-lease-max", 1, 0, 'X' },
160 { "dhcp-vendorclass", 1, 0, 'U' },
161 { "dhcp-userclass", 1, 0, 'j' }
    [all...]
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...]
  /external/syslinux/com32/modules/
pxechn.c 42 #include <dhcp.h>
116 in_addr_t gip; /* giaddr; Gateway/DHCP relay */
238 if (magic != VM_RFC1048) /* Invalid DHCP packet */
290 if (magic != VM_RFC1048) /* Invalid DHCP packet */
772 case 'g': /* gateway/DHCP relay */
960 * 2 if DHCP Option 52 (Option Overload) used file field
  /external/syslinux/gpxe/src/core/
settings.c 31 #include <gpxe/dhcp.h>
    [all...]
  /external/syslinux/gpxe/src/net/udp/
tftp.c 38 #include <gpxe/dhcp.h>
342 * the DHCP-specified filename.
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 1 package android.net.dhcp;
27 * DHCP protocol. Subclasses create the specific packets used at each
37 // DHCP client timeout.
56 * Minimum length of a DHCP packet, excluding options, in the above encapsulations.
101 * The client DHCP port.
106 * The server DHCP port.
132 * The magic cookie that identifies this as a DHCP packet instead of BOOTP.
137 * DHCP Optional Type: DHCP Subnet Mask
143 * DHCP Optional Type: DHCP Route
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 359 /data/misc/dhcp(/.*)? u:object_r:dhcp_data_file:s0
360 /data/misc/dhcp-6.8.2(/.*)? u:object_r:dhcp_data_file:s0
  /external/toybox/toys/pending/
dhcpd.c 1 /* dhcpd.c - DHCP server for dynamic network configuration.
93 // DHCP option codes (partial list). See RFC 2132 and
165 dhcp_msg_t dhcp; member in struct:dhcp_raw_s
242 void *options[256]; // list of DHCP options loaded from the config file
340 // calculates checksum for dhcp messeges.
541 // String to dhcp option conversion
913 memcpy(&packet.dhcp, &gstate.send.send_pkt, sizeof(dhcp_msg_t));
1012 // Preapres a dhcp packet with defaults and configs
    [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpManager.java 35 import android.net.dhcp.DhcpClient;
112 // IpManager#completedPreDhcpAction() to indicate that DHCP is clear
290 // We pick 36 seconds so we can send DHCP requests at
    [all...]
  /external/ltp/android/
Android.ltp.mk 129 module_src_files := testcases/network/dhcp/dnsmasq_tests.sh
    [all...]
  /external/toybox/generated/
flags.h 462 // dhcp V:H:F:x*r:O*A#<0=20T#<0=3t#<0=3s:p:i:SBRCaovqnbf
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachineTest.java 53 import android.net.dhcp.DhcpClient;
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java 61 import android.net.dhcp.DhcpClient;
760 /* Tracks if suspend optimizations need to be disabled by DHCP,
    [all...]

Completed in 1450 milliseconds

1 2 34