Searched defs:htonll (Results 1 – 5 of 5) sorted by relevance
26 inline uint64_t htonll(uint64_t value) in htonll() function
24 #define htonll(x) cpu_to_be64(x) macro
334 #define htonll(x) cpu_to_be64(x) macro
242 static uint64_t htonll(uint64_t v) in htonll() function