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