Home
last modified time | relevance | path

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

/iperf/src/
H A Dportable_endian.h74 # if !defined (ntohll) || !defined(htonll)
77 # define ntohll(x) (x) macro
80 # define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl((uint64_t)(x) >> 32)) macro
84 # define be64toh(x) ntohll(x)
106 # define be64toh(x) ntohll(x)