Go to the source code of this file.
|
#define | ntohll(x) (((static_cast<UInt64>(ntohl(static_cast<UInt32>(x)))) << 32) + ntohl(x >> 32)) |
|
#define ntohll |
( |
|
x | ) |
(((static_cast<UInt64>(ntohl(static_cast<UInt32>(x)))) << 32) + ntohl(x >> 32)) |
UInt32 HostToNetwork4 |
( |
const void * |
a_Value | ) |
|
|
inline |
UInt64 HostToNetwork8 |
( |
const void * |
a_Value | ) |
|
|
inline |
double NetworkToHostDouble8 |
( |
const void * |
a_Value | ) |
|
|
inline |
float NetworkToHostFloat4 |
( |
const void * |
a_Value | ) |
|
|
inline |
Int64 NetworkToHostLong8 |
( |
const void * |
a_Value | ) |
|
|
inline |
UInt64 NetworkToHostULong8 |
( |
const void * |
a_Value | ) |
|
|
inline |