Searched refs:bswap_16 (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/open-fabrics/libibverbs/
H A Dofa_solaris.h109 #define bswap_16(x) ((bswap_8(x) << 8) | bswap_8((x) >> 8)) macro
115 #define bswap_16(x) htons(x) macro

Completed in 329 milliseconds