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

/freebsd-11-stable/sys/arm/include/
H A Dendian.h63 #define __ntohs(x) ((__uint16_t)(x)) macro
70 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-11-stable/sys/arm64/include/
H A Dendian.h58 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h143 #define __ntohs(x) (__bswap16((__uint16_t)(x))) macro
148 #define __ntohs(x) ((__uint16_t)(x)) macro
/freebsd-11-stable/sys/riscv/include/
H A Dendian.h58 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h122 #define __ntohs(x) ((__uint16_t)(x)) macro
/freebsd-11-stable/sys/mips/include/
H A Dendian.h122 #define __ntohs(x) ((__uint16_t)(x)) macro
135 #define __ntohs(x) (__bswap16((x))) macro
/freebsd-11-stable/sys/x86/include/
H A Dendian.h129 #define __ntohs(x) __bswap16(x) macro
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h305 static __inline__ unsigned short __ntohs (unsigned short x) function

Completed in 203 milliseconds