Searched refs:opcode_ (Results 1 – 2 of 2) sorted by relevance
117 message->opcode_ = raw_message->op; in InitFromBuffer()232 if (opcode_ != kDHCPMessageBootReply) { in IsValid()276 raw_message.op = opcode_; in Serialize()437 message->opcode_ = kDHCPMessageBootRequest; in InitRequest()
112 uint8_t opcode_; variable