62                     const size_t transid_offset,
 
   63                     const uint32_t transid,
 
   84                       const size_t transid_offset,
 
   96                        std::vector<uint8_t>::iterator first,
 
   97                        std::vector<uint8_t>::iterator last);
 
  111        for (
size_t i = 0; i < 
sizeof(T); ++i) {
 
  112            in_buffer[dest_pos + i] = (val >> 8 * (
sizeof(T) - i - 1)) & 0xFF;
 
 
 
Universe
defines option universe DHCPv4 or DHCPv6
The OutputBuffer class is a buffer abstraction for manipulating mutable data.
std::multimap< unsigned int, OptionPtr > OptionCollection
A collection of DHCP (v4 or v6) options.
std::vector< uint8_t > OptionBuffer
buffer types used in DHCP code.
Defines the logger used by the top-level component of kea-lfc.