hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <netinet/in.h>
#include <asm/byteorder.h>
Go to the source code of this file.
Macros | |
#define | htonll(_n) (__cpu_to_be64(_n)) |
#define | ntohll(_n) (__be64_to_cpu(_n)) |
#define | cf_byteswap64p(_p) (__swab64p((const __u64*)(_p))) |
#define cf_byteswap64p | ( | _p | ) | (__swab64p((const __u64*)(_p))) |
Definition at line 29 of file cf_byte_order.h.
#define htonll | ( | _n | ) | (__cpu_to_be64(_n)) |
Definition at line 26 of file cf_byte_order.h.
#define ntohll | ( | _n | ) | (__be64_to_cpu(_n)) |
Definition at line 27 of file cf_byte_order.h.