Searched defs:htonll (Results 1 – 1 of 1) sorted by relevance
54 #define htonll macro60 #define htonll(x) ((uint64_t)htonl((uint32_t)((x) >> 32)) | \ macro63 #define htonll(x) (x) macro