#include <exceptions/exceptions.h>
#include <cstddef>
Go to the source code of this file.
|
| namespace | isc |
| | Defines the logger used by the top-level component of kea-dhcp-ddns.
|
| |
| namespace | isc::util |
| |
|
| uint16_t | isc::util::readUint16 (const void *buffer, size_t length) |
| | Read Unsigned 16-Bit Integer from Buffer.
|
| |
| uint32_t | isc::util::readUint32 (const uint8_t *buffer, size_t length) |
| | Read Unsigned 32-Bit Integer from Buffer.
|
| |
| uint64_t | isc::util::readUint64 (const uint8_t *buffer, size_t length) |
| | Read Unsigned 64-Bit Integer from Buffer.
|
| |
| uint8_t * | isc::util::writeUint16 (uint16_t value, void *buffer, size_t length) |
| | Write Unsigned 16-Bit Integer to Buffer.
|
| |
| uint8_t * | isc::util::writeUint32 (uint32_t value, uint8_t *buffer, size_t length) |
| | Write Unsigned 32-Bit Integer to Buffer.
|
| |