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