Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp479 msg->isValidDhcpMessage(OP_BOOTREPLY, mLastMsg.dhcpData.xid); in receiveDhcpMessage()
517 mLastMsg = Message::request(mInterface.getMacAddress(), in sendDhcpRequest()
520 sendMessage(mLastMsg); in sendDhcpRequest()
525 mLastMsg = Message::discover(mInterface.getMacAddress()); in sendDhcpDiscover()
526 sendMessage(mLastMsg); in sendDhcpDiscover()
Ddhcpclient.h92 Message mLastMsg; variable