#include <stdint.h>
#include <vcrt.h>
Go to the source code of this file.
Functions | |
uint32_t | htonl (uint32_t hostlong) |
uint16_t | htons (uint16_t hostshort) |
uint32_t | ntohl (uint32_t netlong) |
uint16_t | ntohs (uint16_t netshort) |
uint32_t | revert_byte_order (uint32_t dword) |
uint32_t | swap_words (uint32_t dword) |