Searched refs:PUBLIC_BASE (Results 1 – 1 of 1) sorted by relevance
131 private static final int PUBLIC_BASE = IpClient.DHCPCLIENT_CMD_BASE; field in DhcpClient135 public static final int CMD_START_DHCP = PUBLIC_BASE + 1;136 public static final int CMD_STOP_DHCP = PUBLIC_BASE + 2;139 public static final int CMD_PRE_DHCP_ACTION = PUBLIC_BASE + 3;142 public static final int CMD_POST_DHCP_ACTION = PUBLIC_BASE + 4;144 public static final int CMD_ON_QUIT = PUBLIC_BASE + 5;148 public static final int CMD_PRE_DHCP_ACTION_COMPLETE = PUBLIC_BASE + 6;153 public static final int CMD_CLEAR_LINKADDRESS = PUBLIC_BASE + 7;154 public static final int CMD_CONFIGURE_LINKADDRESS = PUBLIC_BASE + 8;155 public static final int EVENT_LINKADDRESS_CONFIGURED = PUBLIC_BASE + 9;