Searched refs:bswap_16 (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/open-fabrics/libibverbs/ | ||
H A D | ofa_solaris.h | 109 #define bswap_16(x) ((bswap_8(x) << 8) | bswap_8((x) >> 8)) macro 115 #define bswap_16(x) htons(x) macro |
Completed in 263 milliseconds