Searched refs:OSSwapBigToHostInt16 (Results 1 – 4 of 4) sorted by relevance
62 #define ntohs(x) OSSwapBigToHostInt16(x)
223 #define OSSwapBigToHostInt16(x) ((uint16_t)(x)) macro297 #define OSSwapBigToHostInt16(x) OSSwapInt16(x) macro
161 return (unsigned short)OSSwapBigToHostInt16((uint16_t)x); in NXSwapBigShortToHost()
1461 #define SWAP16(x) OSSwapBigToHostInt16((x))