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