Home
last modified time | relevance | path

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

/iperf/src/
H A Dportable_endian.h31 # define be64toh(x) betoh64(x) macro
39 # define be64toh(x) (x) macro
60 # define be64toh(x) OSSwapBigToHostInt64(x) macro
84 # define be64toh(x) ntohll(x) macro
106 # define be64toh(x) ntohll(x) macro
124 # define be64toh(x) (x) macro
171 #define be64toh(n) NTOHLL(n) macro
H A Diperf_udp.c110 pcount = be64toh(pcount); in iperf_udp_recv()