Searched defs:htonll (Results 1 – 10 of 10) sorted by relevance
43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function45 #define htonll htonll macro
99 #define htonll(x) BMASK_64(x) macro104 htonll(uint64_t n) in htonll() function115 #define htonll(x) BSWAP_64(x) macro
77 htonll(uint64_t n) in htonll() function89 htonll(uint64_t n) in htonll() function
85 #define htonll(x) BMASK_64(x) macro88 #define htonll(x) BSWAP_64(x) macro
264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function265 #define htonll htonll macro
114 htonll(uint64_t n) in htonll() function
145 htonll(uint64_t n) in htonll() function
106 #define htonll(x) cpu_to_be64((x)) macro
1809 #define htonll bswap_64 macro1816 #define htonll(x) (x) macro
1160 #define htonll(x) htobe64(x) macro