#include <stdint.h>
#include <arpa/inet.h>
Go to the source code of this file.
Functions |
static uint64_t | htonll (uint64_t x) |
static uint64_t | ntohll (uint64_t x) |
static uint8_t | ntohx (uint8_t x) |
static uint16_t | ntohx (uint16_t x) |
static uint32_t | ntohx (uint32_t x) |
static uint64_t | ntohx (uint64_t x) |
static uint8_t | htonx (uint8_t x) |
static uint16_t | htonx (uint16_t x) |
static uint32_t | htonx (uint32_t x) |
static uint64_t | htonx (uint64_t x) |
Function Documentation
static uint64_t htonll |
( |
uint64_t |
x | ) |
[inline, static] |
static uint8_t htonx |
( |
uint8_t |
x | ) |
[inline, static] |
static uint16_t htonx |
( |
uint16_t |
x | ) |
[inline, static] |
static uint32_t htonx |
( |
uint32_t |
x | ) |
[inline, static] |
static uint64_t htonx |
( |
uint64_t |
x | ) |
[inline, static] |
static uint64_t ntohll |
( |
uint64_t |
x | ) |
[inline, static] |
static uint8_t ntohx |
( |
uint8_t |
x | ) |
[inline, static] |
static uint16_t ntohx |
( |
uint16_t |
x | ) |
[inline, static] |
static uint32_t ntohx |
( |
uint32_t |
x | ) |
[inline, static] |
static uint64_t ntohx |
( |
uint64_t |
x | ) |
[inline, static] |