Home
last modified time | relevance | path

Searched refs:OSSwapBigToHostInt16 (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/osfmk/kdp/
H A Dkdp_udp.h62 #define ntohs(x) OSSwapBigToHostInt16(x)
/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h223 #define OSSwapBigToHostInt16(x) ((uint16_t)(x)) macro
297 #define OSSwapBigToHostInt16(x) OSSwapInt16(x) macro
/xnu-8020.121.3/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h161 return (unsigned short)OSSwapBigToHostInt16((uint16_t)x); in NXSwapBigShortToHost()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_xattr.c1461 #define SWAP16(x) OSSwapBigToHostInt16((x))