Home
last modified time | relevance | path

Searched refs:mDhcpLease (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/net/java/android/net/dhcp/
DDhcpClient.java191 private DhcpResults mDhcpLease; field in DhcpClient
456 CMD_POST_DHCP_ACTION, DHCP_SUCCESS, 0, new DhcpResults(mDhcpLease)); in notifySuccess()
464 mDhcpLease = results; in acceptDhcpResults()
466 Log.d(TAG, msg + " lease: " + mDhcpLease); in acceptDhcpResults()
471 mDhcpLease = null; in clearDhcpState()
823 mController.sendMessage(CMD_CONFIGURE_LINKADDRESS, mDhcpLease.ipAddress); in enter()
843 if (mDhcpLease.serverAddress != null && !connectUdpSock(mDhcpLease.serverAddress)) { in enter()
889 (Inet4Address) mDhcpLease.ipAddress.getAddress(), // ciaddr in sendPacket()
900 if (!mDhcpLease.ipAddress.equals(results.ipAddress)) { in receivePacket()
946 return (mDhcpLease.serverAddress != null) ? in packetDestination()
[all …]