Search | Google it | Results 1 - 1 of 1 for fundef:htonl from t2ex/bsd_source/lib/libc/src_bsd/include/sys/endian.h (0.00 seconds) |
204: #define htons(x) __swap16(x) 205: #define htonl(x) __swap32(x) 206: #define ntohs(x) __swap16(x) 237: #define htons(x) ((__uint16_t)(x)) 238: #define htonl(x) ((__uint32_t)(x)) 239: #define ntohs(x) ((__uint16_t)(x))