Home
last modified time | relevance | path

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

/iperf/src/
H A Dportable_endian.h48 # define htobe16(x) OSSwapHostToBigInt16(x) macro
94 # define htobe16(x) htons(x) macro
112 # define htobe16(x) (x) macro