Home
last modified time | relevance | path

Searched refs:PUBLIC_BASE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java217 private static final int PUBLIC_BASE = IpClient.DHCPCLIENT_CMD_BASE; field in DhcpClient
221 public static final int CMD_START_DHCP = PUBLIC_BASE + 1;
222 public static final int CMD_STOP_DHCP = PUBLIC_BASE + 2;
225 public static final int CMD_PRE_DHCP_ACTION = PUBLIC_BASE + 3;
228 public static final int CMD_POST_DHCP_ACTION = PUBLIC_BASE + 4;
230 public static final int CMD_ON_QUIT = PUBLIC_BASE + 5;
234 public static final int CMD_PRE_DHCP_ACTION_COMPLETE = PUBLIC_BASE + 6;
239 public static final int CMD_CLEAR_LINKADDRESS = PUBLIC_BASE + 7;
240 public static final int CMD_CONFIGURE_LINKADDRESS = PUBLIC_BASE + 8;
241 public static final int EVENT_LINKADDRESS_CONFIGURED = PUBLIC_BASE + 9;
[all …]