Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dendian.h124 #define __ntohs(x) ((__uint16_t)(x)) macro
137 #define __ntohs(x) (__bswap16((x))) macro
/f-stack/freebsd/arm/include/
H A Dendian.h65 #define __ntohs(x) ((__uint16_t)(x)) macro
72 #define __ntohs(x) (__bswap16(x)) macro
/f-stack/freebsd/x86/include/
H A Dendian.h75 #define __ntohs(x) __bswap16(x) macro
/f-stack/freebsd/arm64/include/
H A Dendian.h58 #define __ntohs(x) (__bswap16(x)) macro