Searched defs:ntohll (Results 1 – 5 of 5) sorted by relevance
37 inline uint64_t ntohll(uint64_t value) in ntohll() function
23 #define ntohll(x) be64_to_cpu(x) macro
335 #define ntohll(x) be64_to_cpu(x) macro
252 static uint64_t ntohll(uint64_t v) in ntohll() function