Searched refs:mDhcpClient (Results 1 – 1 of 1) sorted by relevance
405 private DhcpClient mDhcpClient; field in IpManager916 mDhcpClient = DhcpClient.makeDhcpClient(mContext, IpManager.this, mInterfaceName); in startIPv4()917 mDhcpClient.registerForPreDhcpNotification(); in startIPv4()918 mDhcpClient.sendMessage(DhcpClient.CMD_START_DHCP); in startIPv4()1008 if (mDhcpClient == null) { in enter()1018 mDhcpClient = null; in processMessage()1078 if (mDhcpClient != null) { in exit()1079 mDhcpClient.sendMessage(DhcpClient.CMD_STOP_DHCP); in exit()1080 mDhcpClient.doQuit(); in exit()1134 if (mDhcpClient != null) { in processMessage()[all …]