25 PerfPkt6::PerfPkt6(
const uint8_t* buf,
27 size_t transid_offset,
30 transid_offset_(transid_offset) {
60 std::vector<uint8_t>::iterator first,
61 std::vector<uint8_t>::iterator last) {
size_t getTransidOffset() const
Returns transaction id offset in packet buffer.
OptionBuffer data_
Unparsed data (in received packets).
bool rawPack()
Prepares on-wire format from raw buffer.
void setTransid(uint32_t transid)
Sets transaction-id value.
Represents a DHCPv6 packet.
Defines the logger used by the top-level component of kea-dhcp-ddns.
void writeAt(size_t dest_pos, std::vector< uint8_t >::iterator first, std::vector< uint8_t >::iterator last)
Replace contents of buffer with data.
bool rawUnpack()
Handles limited binary packet parsing for packets with custom offsets of options and transaction id...
uint32_t getTransid() const
Returns value of transaction-id field.
isc::util::OutputBuffer buffer_out_
Output buffer (used during message transmission)
isc::dhcp::OptionCollection options_
Collection of options present in this message.