Searched refs:mDhcpLease (Results 1 – 1 of 1) sorted by relevance
160 private DhcpResults mDhcpLease; field in DhcpClient425 DhcpStateMachine.DHCP_SUCCESS, 0, new DhcpResults(mDhcpLease)); in notifySuccess()434 mDhcpLease = null; in clearDhcpState()784 mDhcpLease = results; in receivePacket()786 Log.d(TAG, "Confirmed lease: " + mDhcpLease); in receivePacket()808 if (setIpAddress(mDhcpLease.ipAddress)) { in enter()809 maybeLog("Configured IP address " + mDhcpLease.ipAddress); in enter()811 Log.e(TAG, "Failed to configure IP address " + mDhcpLease.ipAddress); in enter()868 (Inet4Address) mDhcpLease.ipAddress.getAddress(), // ciaddr in sendPacket()871 (Inet4Address) mDhcpLease.serverAddress); // packet destination address in sendPacket()