![]() |
Kea
2.5.3
|
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-lfc. | |
isc::util | |
Functions | |
uint16_t | isc::util::readUint16 (const void *buffer, size_t length) |
Read Unsigned 16-Bit Integer from Buffer. More... | |
uint32_t | isc::util::readUint32 (const void *buffer, size_t length) |
Read Unsigned 32-Bit Integer from Buffer. More... | |
uint64_t | isc::util::readUint64 (const void *buffer, size_t length) |
Read Unsigned 64-Bit Integer from Buffer. More... | |
uint8_t * | isc::util::writeUint16 (uint16_t value, void *buffer, size_t length) |
Write Unsigned 16-Bit Integer to Buffer. More... | |
uint8_t * | isc::util::writeUint32 (uint32_t value, void *buffer, size_t length) |
Write Unsigned 32-Bit Integer to Buffer. More... | |
uint8_t * | isc::util::writeUint64 (uint64_t value, void *buffer, size_t length) |
Write Unsigned 64-Bit Integer to Buffer. More... | |