Search | Google it | Results 1 - 1 of 1 for fundef:htons from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/endian.h (0.00 seconds) |
68: uint32_t htonl(uint32_t) __attribute__((__const__)); 69: uint16_t htons(uint16_t) __attribute__((__const__)); 70: uint32_t ntohl(uint32_t) __attribute__((__const__)); 128: #define htonl(x) (x) 129: #define htons(x) (x) 130: 140: #define htonl(x) bswap32((uint32_t)(x)) 141: #define htons(x) bswap16((uint16_t)(x)) 142: