hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cf_byte_order.h File Reference
#include <netinet/in.h>
#include <asm/byteorder.h>
Include dependency graph for cf_byte_order.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)))

Macro Definition Documentation

#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.