#include <stdint.h>
#include "platform.h"
#include "enum_type.h"
#include "binary.h"
Go to the source code of this file.
|
uint8_t | etl::ntoh (const uint8_t network) |
|
uint16_t | etl::ntoh (const uint16_t network) |
|
uint32_t | etl::ntoh (const uint32_t network) |
|
uint64_t | etl::ntoh (const uint64_t network) |
|
uint8_t | etl::hton (const uint8_t host) |
|
uint16_t | etl::hton (const uint16_t host) |
|
uint32_t | etl::hton (const uint32_t host) |
|
uint64_t | etl::hton (const uint64_t host) |
|