Searched defs:ntohll (Results 1 – 2 of 2) sorted by relevance
11 # define ntohll(x) (x) macro14 # define ntohll(x) be64_to_cpu(x) macro27 # define ntohll(x) (x) macro30 # define ntohll(x) bswap_64(x) macro
35 #define ntohll(x) be64_to_cpu(x) macro