Searched defs:ntohll (Results 1 – 5 of 5) sorted by relevance
22 #define ntohll(x) __bswap_64(x) macro25 #define ntohll(x) (x) macro
19 #define ntohll(x) (x) macro21 #define ntohll(x) bswap_64((x)) macro
77 # define ntohll(x) (x) macro80 # define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl((uint64_t)(x) >> 32)) macro
231 #define ntohll(x) ((1==ntohl(1)) ? (x) : ((uint64_t)ntohl((x) & 0xFFFFFFFF) << 32) | ntohl((x) >> 3… macro
78 #define ntohll cpu_to_be64 macro