HomeSort by relevance Sort by last modified time
    Searched defs:dhcp (Results 26 - 30 of 30) sorted by null

12

  /frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java 17 package android.net.dhcp;
62 import static android.net.dhcp.DhcpPacket.*;
81 * - Does not support BOOTP servers. DHCP has been around since 1993, should be everywhere now.
101 // backoff. It's maintained for backwards compatibility with the previous DHCP code, which was
108 /* Commands from controller to start/stop DHCP */
112 /* Notification from DHCP state machine prior to DHCP discovery/renewal */
114 /* Notification from DHCP state machine post DHCP discovery/renewal. Indicates
117 /* Notification from DHCP state machine before quitting *
    [all...]
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...]
  /external/dnsmasq/src/
dnsmasq.h 461 #define CONFIG_BANK 2048 /* from dhcp hosts file */
603 struct dhcp_context *dhcp; member in struct:daemon
638 /* DHCP state */
755 /* dhcp.c */
  /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...]
  /external/toybox/generated/
globals.h 522 // toys/pending/dhcp.c
1470 struct dhcp_data dhcp; member in union:global_union

Completed in 1285 milliseconds

12