Home
last modified time | relevance | path

Searched defs:__htonl (Results 1 – 4 of 4) sorted by relevance

/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/arm/include/
H A Dendian.h66 #define __htonl(x) ((__uint32_t)(x)) macro
73 #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