Kea
1.9.9-git
|
Go to the source code of this file.
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
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 uint8_t *buffer, size_t length) |
Read Unsigned 32-Bit Integer from Buffer. More... | |
uint64_t | isc::util::readUint64 (const uint8_t *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, uint8_t *buffer, size_t length) |
Write Unsigned 32-Bit Integer to Buffer. More... | |