Searched refs:mLastMsg (Results 1 – 2 of 2) sorted by relevance
479 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()
92 Message mLastMsg; variable