Searched defs:ntohll (Results 1 – 2 of 2) sorted by relevance
55 #define ntohll macro69 #define ntohll(x) ((uint64_t)ntohl((uint32_t)((x) >> 32)) | \ macro72 #define ntohll(x) (x) macro
85 #define ntohll(x) BMASK_64(x) macro88 #define ntohll(x) BSWAP_64(x) macro