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

/freebsd-10-stable/sys/arm/include/
H A Dendian.h62 #define __ntohl(x) ((__uint32_t)(x)) macro
69 #define __ntohl(x) (__bswap32(x)) macro
/freebsd-10-stable/sys/ia64/include/
H A Dendian.h95 #define __ntohl(x) __bswap32(x) macro
/freebsd-10-stable/sys/mips/include/
H A Dendian.h121 #define __ntohl(x) ((__uint32_t)(x)) macro
134 #define __ntohl(x) (__bswap32((x))) macro
/freebsd-10-stable/sys/powerpc/include/
H A Dendian.h136 #define __ntohl(x) ((__uint32_t)(x)) macro
/freebsd-10-stable/sys/sparc64/include/
H A Dendian.h121 #define __ntohl(x) ((__uint32_t)(x)) macro
/freebsd-10-stable/sys/x86/include/
H A Dendian.h128 #define __ntohl(x) __bswap32(x) macro
/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump-stdinc.h197 static __inline__ unsigned long __ntohl (unsigned long x) function

Completed in 178 milliseconds