Home
last modified time | relevance | path

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

/xnu-11215.81.4/libkern/libkern/
H A D_OSByteOrder.h66 #define __DARWIN_OSSwapInt16(x) \ macro
117 #define __DARWIN_OSSwapInt16(x) _OSSwapInt16(x) macro
H A DOSByteOrder.h66 #define OSSwapInt16(x) __DARWIN_OSSwapInt16(x)
/xnu-11215.81.4/bsd/sys/
H A D_endian.h134 #define ntohs(x) __DARWIN_OSSwapInt16(x)
135 #define htons(x) __DARWIN_OSSwapInt16(x)