Searched defs:htonll (Results 1 – 12 of 12) sorted by relevance
148 #define htonll(x) (x) macro151 #define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl(x >> 32)) macro
86 htonll(uint64_t value) in htonll() function102 htonll(uint64_t value) in htonll() function
44 htonll(uint64_t in) in htonll() function96 htonll(uint64_t in) in htonll() function
38 #define htonll(x) (x) macro41 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
50 #define htonll(x) (x) macro
45 htonll(uint64_t in) in htonll() function
40 htonll(uint64_t in) in htonll() function
44 #define htonll(x) (x) macro
67 #define htonll(x) (x) macro
47 #define htonll(x) (x) macro
219 #define htonll(x) (x) macro222 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro