Searched defs:htonll (Results 1 – 6 of 6) sorted by relevance
76 # define htonll(x) (x) macro79 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro
22 #define htonll(x) ntohll(x) macro
193 #define htonll(x) ghtonll(x) macro
230 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro
79 #define htonll cpu_to_be64 macro
1176 #define htonll(x) htobe64(x) macro