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