Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kdp/
H A Dkdp_udp.h64 #define htons(x) OSSwapHostToBigInt16(x)
/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h199 #define OSSwapHostToBigInt16(x) ((uint16_t)(x)) macro
273 #define OSSwapHostToBigInt16(x) OSSwapInt16(x) macro
/xnu-8020.121.3/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h215 return (unsigned short)OSSwapHostToBigInt16((uint16_t)x); in NXSwapHostShortToBig()