IVT
VCNet.h File Reference
#include <stdint.h>
#include <vcrt.h>

Go to the source code of this file.

Functions

uint32_t swap_words (uint32_t dword)
 
uint32_t revert_byte_order (uint32_t dword)
 
uint32_t htonl (uint32_t hostlong)
 
uint16_t htons (uint16_t hostshort)
 
uint32_t ntohl (uint32_t netlong)
 
uint16_t ntohs (uint16_t netshort)
 

Function Documentation

uint32_t htonl ( uint32_t  hostlong)
inline

Definition at line 70 of file VCNet.h.

uint16_t htons ( uint16_t  hostshort)
inline

Definition at line 79 of file VCNet.h.

uint32_t ntohl ( uint32_t  netlong)
inline

Definition at line 88 of file VCNet.h.

uint16_t ntohs ( uint16_t  netshort)
inline

Definition at line 97 of file VCNet.h.

uint32_t revert_byte_order ( uint32_t  dword)
inline

Definition at line 65 of file VCNet.h.

uint32_t swap_words ( uint32_t  dword)
inline

Definition at line 60 of file VCNet.h.