Searched defs:htonll (Results 1 – 11 of 11) sorted by relevance
43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function45 #define htonll htonll macro
100 #define htonll(x) BMASK_64(x) macro105 htonll(uint64_t n) in htonll() function116 #define htonll(x) BSWAP_64(x) macro
78 htonll(uint64_t n) in htonll() function90 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
115 htonll(uint64_t n) in htonll() function
146 htonll(uint64_t n) in htonll() function
33 #define htonll(x) k5_htonll(x) macro
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