Search | Google it | Results 1 - 1 of 1 for fundef:ntohl from t2ex/bsd_source/lib/libc/src_bsd/include/sys/endian.h (0.00 seconds) |
206: #define ntohs(x) __swap16(x) 207: #define ntohl(x) __swap32(x) 208: 239: #define ntohs(x) ((__uint16_t)(x)) 240: #define ntohl(x) ((__uint32_t)(x)) 241: