Home
last modified time | relevance | path

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

/iperf/src/
H A Dportable_endian.h40 # define htobe64(x) (x) macro
58 # define htobe64(x) OSSwapHostToBigInt64(x) macro
85 # define htobe64(x) htonll(x) macro
104 # define htobe64(x) htonll(x) macro
122 # define htobe64(x) (x) macro
170 #define htobe64(n) HTONLL(n) macro
H A Diperf_udp.c230 pcount = htobe64(sp->packet_count); in iperf_udp_send()