Searched refs:OP_BOOTREPLY (Results 1 – 3 of 3) sorted by relevance
24 #define OP_BOOTREPLY 2 macro
91 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPOFFER)); in offer()120 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPACK)); in ack()143 Message message(OP_BOOTREPLY, macAddress, static_cast<uint8_t>(DHCPNAK)); in nack()
485 msg->isValidDhcpMessage(OP_BOOTREPLY, mLastMsg.dhcpData.xid); in receiveDhcpMessage()