Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Dnetdissect-stdinc.h289 static __inline__ unsigned short __ntohs (unsigned short x);
292 #define ntohs(x) __ntohs(x)
294 #define htons(x) __ntohs(x)
305 static __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function
/freebsd-12-stable/sys/arm/include/
Dendian.h65 #define __ntohs(x) ((__uint16_t)(x)) macro
72 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-12-stable/sys/mips/include/
Dendian.h124 #define __ntohs(x) ((__uint16_t)(x)) macro
137 #define __ntohs(x) (__bswap16((x))) macro
/freebsd-12-stable/sys/powerpc/include/
Dendian.h145 #define __ntohs(x) (__bswap16((__uint16_t)(x))) macro
150 #define __ntohs(x) ((__uint16_t)(x)) macro
/freebsd-12-stable/lib/libc/net/
Dntoh.c61 return (__ntohs(ns)); in ntohs()
/freebsd-12-stable/sys/arm64/include/
Dendian.h58 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-12-stable/sys/riscv/include/
Dendian.h58 #define __ntohs(x) (__bswap16(x)) macro
/freebsd-12-stable/sys/x86/include/
Dendian.h131 #define __ntohs(x) __bswap16(x) macro
/freebsd-12-stable/sys/sparc64/include/
Dendian.h124 #define __ntohs(x) ((__uint16_t)(x)) macro
/freebsd-12-stable/include/arpa/
Dinet.h175 #define ntohs(x) __ntohs(x)
/freebsd-12-stable/sys/sys/
Dparam.h329 #define ntohs(x) __ntohs(x)
/freebsd-12-stable/sys/netinet/
Din.h122 #define ntohs(x) __ntohs(x)
/freebsd-12-stable/stand/libsa/
Dstand.h433 #define ntohs(x) __ntohs(x)