![]() |
Kea 2.2.0
|
Include dependency graph for io_utilities.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | 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... | |