Home
last modified time | relevance | path

Searched refs:htonll (Results 1 – 1 of 1) sorted by relevance

/iperf/src/
H A Dportable_endian.h74 # if !defined (ntohll) || !defined(htonll)
76 # define htonll(x) (x) macro
79 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro
85 # define htobe64(x) htonll(x)
104 # define htobe64(x) htonll(x)