Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dendian.h66 #define __htonl(x) ((__uint32_t)(x)) macro
73 #define __htonl(x) (__bswap32(x)) macro
/f-stack/freebsd/mips/include/
H A Dendian.h121 #define __htonl(x) ((__uint32_t)(x)) macro
138 #define __htonl(x) (__bswap32((x))) macro
/f-stack/freebsd/x86/include/
H A Dendian.h72 #define __htonl(x) __bswap32(x) macro
/f-stack/freebsd/arm64/include/
H A Dendian.h59 #define __htonl(x) (__bswap32(x)) macro
/f-stack/freebsd/sys/
H A Dparam.h335 #define htonl(x) __htonl(x)
/f-stack/freebsd/netinet/
H A Din.h119 #define htonl(x) __htonl(x)