Home
last modified time | relevance | path

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

/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/mips/include/
H A Dendian.h124 #define __ntohs(x) ((__uint16_t)(x)) macro
137 #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
/f-stack/freebsd/sys/
H A Dparam.h338 #define ntohs(x) __ntohs(x)
/f-stack/freebsd/netinet/
H A Din.h122 #define ntohs(x) __ntohs(x)