|
static void | IPC::btohl (char *p, long &val) |
| Reads a long value of p in host order to val. More...
|
|
static void | IPC::btohl (char *p, unsigned int &val) |
| Reads a long value of p in host order to val. More...
|
|
static void | IPC::btohll (char *p, long long &val) |
| Reads a long long value of p in host order to val. More...
|
|
static void | IPC::btohs (char *p, unsigned short &val) |
| Reads a short value of p in host order to val. More...
|
|
static void | IPC::htobl (char *p, long val) |
| Stores a long value of val in network order to the pointer p. More...
|
|
static void | IPC::htobll (char *p, long long val) |
| Stores a long long value of val in network order to the pointer p. More...
|
|
static void | IPC::htobs (char *p, short val) |
| Stores a short value of val in network order to the pointer p. More...
|
|