Searched refs:htonll (Results 1 – 1 of 1) sorted by relevance
74 # if !defined (ntohll) || !defined(htonll)76 # define htonll(x) (x) macro79 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro85 # define htobe64(x) htonll(x)104 # define htobe64(x) htonll(x)