Home
last modified time | relevance | path

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

/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/mips/include/
H A Dendian.h122 #define __htons(x) ((__uint16_t)(x)) macro
139 #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
/f-stack/freebsd/sys/
H A Dparam.h336 #define htons(x) __htons(x)
/f-stack/freebsd/netinet/
H A Din.h120 #define htons(x) __htons(x)