Search | Google it | Results 1 - 1 of 1 for fundef:ntohs from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/endian.h (0.00 seconds) |
70: uint32_t ntohl(uint32_t) __attribute__((__const__)); 71: uint16_t ntohs(uint16_t) __attribute__((__const__)); 72: __END_DECLS 126: #define ntohl(x) (x) 127: #define ntohs(x) (x) 128: #define htonl(x) (x) 138: #define ntohl(x) bswap32((uint32_t)(x)) 139: #define ntohs(x) bswap16((uint16_t)(x)) 140: #define htonl(x) bswap32((uint32_t)(x))