HomeSort by relevance Sort by last modified time
    Searched defs:DhcpClient (Results 1 - 3 of 3) sorted by null

  /device/generic/goldfish/dhcp/client/
dhcpclient.h 31 class DhcpClient {
33 DhcpClient();
dhcpclient.cpp 17 #include "dhcpclient.h"
53 DhcpClient::DhcpClient()
61 Result DhcpClient::init(const char* interfaceName) {
84 Result DhcpClient::run() {
191 const char* DhcpClient::stateToStr(State state) {
209 void DhcpClient::waitAndReceive(const sigset_t& pollSignalMask) {
301 bool DhcpClient::configureDhcp(const Message& msg) {
459 void DhcpClient::haltNetwork() {
470 bool DhcpClient::receiveDhcpMessage(Message* msg)
    [all...]
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java 87 public class DhcpClient extends StateMachine {
89 private static final String TAG = "DhcpClient";
145 private static final Class[] sMessageClasses = { DhcpClient.class };
221 cmdName = DhcpClient.class.getSimpleName() + "." + mIfaceName + "." + cmdName;
226 private DhcpClient(Context context, StateMachine controller, String iface) {
266 public static DhcpClient makeDhcpClient(
268 DhcpClient client = new DhcpClient(context, controller, ifParams.name);
552 // All DhcpClient's states are inner classes with a well defined name.
    [all...]

Completed in 168 milliseconds