Searched refs:mDhcpClient (Results 1 – 1 of 1) sorted by relevance
581 private DhcpClient mDhcpClient; field in IpManager1239 mDhcpClient = DhcpClient.makeDhcpClient(mContext, IpManager.this, mInterfaceName); in startIPv4()1240 mDhcpClient.registerForPreDhcpNotification(); in startIPv4()1241 mDhcpClient.sendMessage(DhcpClient.CMD_START_DHCP); in startIPv4()1394 if (mDhcpClient == null) { in enter()1411 mDhcpClient = null; in processMessage()1545 if (mDhcpClient != null) { in exit()1546 mDhcpClient.sendMessage(DhcpClient.CMD_STOP_DHCP); in exit()1547 mDhcpClient.doQuit(); in exit()1614 if (mDhcpClient != null) { in processMessage()[all …]