Searched refs:__htonl (Results 1 – 15 of 15) sorted by relevance
64 #define __htonl(x) ((__uint32_t)(x)) macro71 #define __htonl(x) (__bswap32(x)) macro
119 #define __htonl(x) ((__uint32_t)(x)) macro136 #define __htonl(x) (__bswap32((x))) macro
140 #define __htonl(x) (__bswap32((__uint32_t)(x))) macro145 #define __htonl(x) ((__uint32_t)(x)) macro
38 return (__htonl(hl)); in htonl()
111 #define xlr_write_reg(base, offset, value) ((base)[(offset)] = __htonl((value)))
59 #define __htonl(x) (__bswap32(x)) macro
126 #define __htonl(x) __bswap32(x) macro
260 #define IXDR_PUT_INT32(buf, v) (*(buf)++ =(int32_t)__htonl((u_int32_t)v))265 #define IXDR_PUT_LONG(buf, v) (*(buf)++ =(int32_t)__htonl((u_int32_t)v))
264 #define IXDR_PUT_INT32(buf, v) (*(buf)++ =(int32_t)__htonl((uint32_t)v))272 #define IXDR_PUT_LONG(buf, v) (*(buf)++ =(int32_t)__htonl((uint32_t)v))
119 #define __htonl(x) ((__uint32_t)(x)) macro
170 #define htonl(x) __htonl(x)
325 #define htonl(x) __htonl(x)
117 #define htonl(x) __htonl(x)
425 #define htonl(x) __htonl(x)