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