Searched refs:OSSwapHostToBigInt16 (Results 1 – 3 of 3) sorted by relevance
64 #define htons(x) OSSwapHostToBigInt16(x)
199 #define OSSwapHostToBigInt16(x) ((uint16_t)(x)) macro273 #define OSSwapHostToBigInt16(x) OSSwapInt16(x) macro
215 return (unsigned short)OSSwapHostToBigInt16((uint16_t)x); in NXSwapHostShortToBig()