#include <arpa/inet.h>


Go to the source code of this file.
Functions | |
| static uint8_t | ntohx (uint8_t x) |
| static uint16_t | ntohx (uint16_t x) |
| static uint32_t | ntohx (uint32_t x) |
| static uint8_t | htonx (uint8_t x) |
| static uint16_t | htonx (uint16_t x) |
| static uint32_t | htonx (uint32_t x) |
| static uint32_t htonx | ( | uint32_t | x | ) | [inline, static] |
| static uint16_t htonx | ( | uint16_t | x | ) | [inline, static] |
| static uint8_t htonx | ( | uint8_t | x | ) | [inline, static] |
| static uint32_t ntohx | ( | uint32_t | x | ) | [inline, static] |
| static uint16_t ntohx | ( | uint16_t | x | ) | [inline, static] |
| static uint8_t ntohx | ( | uint8_t | x | ) | [inline, static] |
1.5.9