Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp485 msg->isValidDhcpMessage(OP_BOOTREPLY, mLastMsg.dhcpData.xid); in receiveDhcpMessage()
523 mLastMsg = Message::request(mInterface.getMacAddress(), in sendDhcpRequest()
526 sendMessage(mLastMsg); in sendDhcpRequest()
531 mLastMsg = Message::discover(mInterface.getMacAddress()); in sendDhcpDiscover()
532 sendMessage(mLastMsg); in sendDhcpDiscover()
Ddhcpclient.h99 Message mLastMsg; variable