Search | Google it | Results 1 - 1 of 1 for fundef:ntohl from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/endian.h (0.00 seconds) |
69: uint16_t htons(uint16_t) __attribute__((__const__)); 70: uint32_t ntohl(uint32_t) __attribute__((__const__)); 71: uint16_t ntohs(uint16_t) __attribute__((__const__)); 125: #if BYTE_ORDER == BIG_ENDIAN && !defined(__lint__) 126: #define ntohl(x) (x) 127: #define ntohs(x) (x) 137: 138: #define ntohl(x) bswap32((uint32_t)(x)) 139: #define ntohs(x) bswap16((uint16_t)(x))