Home
last modified time | relevance | path

Searched refs:__htonl (Results 1 – 15 of 15) sorted by relevance

/freebsd-11-stable/sys/arm/include/
HDendian.h64 #define __htonl(x) ((__uint32_t)(x)) macro
71 #define __htonl(x) (__bswap32(x)) macro
/freebsd-11-stable/sys/mips/include/
HDendian.h119 #define __htonl(x) ((__uint32_t)(x)) macro
136 #define __htonl(x) (__bswap32((x))) macro
/freebsd-11-stable/sys/powerpc/include/
HDendian.h140 #define __htonl(x) (__bswap32((__uint32_t)(x))) macro
145 #define __htonl(x) ((__uint32_t)(x)) macro
/freebsd-11-stable/lib/libc/net/
HDntoh.c38 return (__htonl(hl)); in htonl()
/freebsd-11-stable/sys/mips/rmi/
HDiomap.h111 #define xlr_write_reg(base, offset, value) ((base)[(offset)] = __htonl((value)))
/freebsd-11-stable/sys/arm64/include/
HDendian.h59 #define __htonl(x) (__bswap32(x)) macro
/freebsd-11-stable/sys/riscv/include/
HDendian.h59 #define __htonl(x) (__bswap32(x)) macro
/freebsd-11-stable/sys/x86/include/
HDendian.h126 #define __htonl(x) __bswap32(x) macro
/freebsd-11-stable/include/rpc/
HDxdr.h260 #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))
/freebsd-11-stable/sys/rpc/
HDxdr.h264 #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))
/freebsd-11-stable/sys/sparc64/include/
HDendian.h119 #define __htonl(x) ((__uint32_t)(x)) macro
/freebsd-11-stable/include/arpa/
HDinet.h170 #define htonl(x) __htonl(x)
/freebsd-11-stable/sys/sys/
HDparam.h325 #define htonl(x) __htonl(x)
/freebsd-11-stable/sys/netinet/
HDin.h117 #define htonl(x) __htonl(x)
/freebsd-11-stable/stand/libsa/
HDstand.h425 #define htonl(x) __htonl(x)