Searched defs:__ntohs (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/x86/include/
H A Dendian.h75 #define __ntohs(x) __bswap16(x) macro
/freebsd-13-stable/sys/mips/include/
H A Dendian.h124 #define __ntohs(x) ((__uint16_t)(x)) macro
137 #define __ntohs(x) (__bswap16((x))) macro
/freebsd-13-stable/sys/riscv/include/
H A Dendian.h58 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-13-stable/sys/arm/include/
H A Dendian.h65 #define __ntohs(x) ((__uint16_t)(x)) macro
72 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-13-stable/sys/arm64/include/
H A Dendian.h58 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dendian.h145 #define __ntohs(x) (__bswap16((__uint16_t)(x))) macro
150 #define __ntohs(x) ((__uint16_t)(x)) macro
/freebsd-13-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h305 static __inline__ unsigned short __ntohs (unsigned short x) function

Completed in 184 milliseconds