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

/freebsd-13-stable/sys/x86/include/
H A Dendian.h74 #define __ntohl(x) __bswap32(x) macro
/freebsd-13-stable/sys/mips/include/
H A Dendian.h123 #define __ntohl(x) ((__uint32_t)(x)) macro
136 #define __ntohl(x) (__bswap32((x))) macro
/freebsd-13-stable/sys/riscv/include/
H A Dendian.h57 #define __ntohl(x) (__bswap32(x)) macro
/freebsd-13-stable/sys/arm/include/
H A Dendian.h64 #define __ntohl(x) ((__uint32_t)(x)) macro
71 #define __ntohl(x) (__bswap32(x)) macro
/freebsd-13-stable/sys/arm64/include/
H A Dendian.h57 #define __ntohl(x) (__bswap32(x)) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dendian.h144 #define __ntohl(x) (__bswap32((__uint32_t)(x))) macro
149 #define __ntohl(x) ((__uint32_t)(x)) macro
/freebsd-13-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h296 static __inline__ unsigned long __ntohl (unsigned long x) function

Completed in 102 milliseconds