gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:ntohs from t2ex/bsd_source/lib/libc/src_bsd/include/sys/endian.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/endian.h - 9.5KB - 251 lines
205: #define htonl(x) __swap32(x)
206: #define ntohs(x) __swap16(x)
207: #define ntohl(x) __swap32(x)
238: #define htonl(x) ((__uint32_t)(x)) 239: #define ntohs(x) ((__uint16_t)(x)) 240: #define ntohl(x) ((__uint32_t)(x))