Searched defs:ntohll (Results 1 – 12 of 12) sorted by relevance
44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function46 #define ntohll ntohll macro
101 #define ntohll(x) BMASK_64(x) macro111 ntohll(uint64_t n) in ntohll() function117 #define ntohll(x) BSWAP_64(x) macro
84 ntohll(uint64_t n) in ntohll() function96 ntohll(uint64_t n) in ntohll() function
86 #define ntohll(x) BMASK_64(x) macro89 #define ntohll(x) BSWAP_64(x) macro
259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function260 #define ntohll ntohll macro
121 ntohll(uint64_t n) in ntohll() function
152 ntohll(uint64_t n) in ntohll() function
37 #define ntohll(x) k5_ntohll(x) macro
107 #define ntohll(x) cpu_to_be64((x)) macro
770 #define ntohll(x) be64toh((x)) macro
1806 #define ntohll bswap_64 macro1813 #define ntohll(x) (x) macro
1155 #define ntohll(x) be64toh(x) macro