Searched defs:ntohll (Results 1 – 11 of 11) sorted by relevance
44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function46 #define ntohll ntohll macro
100 #define ntohll(x) BMASK_64(x) macro110 ntohll(uint64_t n) in ntohll() function116 #define ntohll(x) BSWAP_64(x) macro
83 ntohll(uint64_t n) in ntohll() function95 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
120 ntohll(uint64_t n) in ntohll() function
151 ntohll(uint64_t n) in ntohll() function
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