Searched defs:htonll (Results 1 – 2 of 2) sorted by relevance
46 #define htonll macro53 htonll(uint64_t x) in htonll() function60 #define htonll(x) (x) macro
206 #define htonll(x) ((1==htonl(1)) ? (x) : ((uint64_t)htonl((x) & 0xFFFFFFFF) << 32) | htonl((x) >> 3… macro