Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dendian.h122 #define __htons(x) ((__uint16_t)(x)) macro
139 #define __htons(x) (__bswap16((x))) macro
/f-stack/freebsd/arm/include/
H A Dendian.h67 #define __htons(x) ((__uint16_t)(x)) macro
74 #define __htons(x) (__bswap16(x)) macro
/f-stack/freebsd/x86/include/
H A Dendian.h73 #define __htons(x) __bswap16(x) macro
/f-stack/freebsd/arm64/include/
H A Dendian.h60 #define __htons(x) (__bswap16(x)) macro