kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
|
Go to the source code of this file.
Namespaces | |
namespace | util |
Functions | |
byte_string | util::to_bytestr (const std::vector< uint8_t > &bytea) |
Convert a byte array to a byte string. More... | |
std::vector< uint8_t > | util::to_bytea (byte_string_view bytestr) |
Convert a byte string to a byte array. More... | |