Searched refs:__ntohl (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/lib/libc/net/
H A Dntoh.c52 return (__ntohl(nl));
/freebsd-11-stable/contrib/tcpdump/
H A Dnetdissect-stdinc.h282 #if defined(__GNUC__) && defined(__i386__) && !defined(__APPLE__) && !defined(__ntohl)
288 static __inline__ unsigned long __ntohl (unsigned long x);
291 #define ntohl(x) __ntohl(x)
293 #define htonl(x) __ntohl(x)
296 static __inline__ unsigned long __ntohl (unsigned long x) function
/freebsd-11-stable/sys/arm/include/
H A Dendian.h62 #define __ntohl(x) ((__uint32_t)(x)) macro
69 #define __ntohl(x) (__bswap32(x)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dendian.h142 #define __ntohl(x) (__bswap32((__uint32_t)(x))) macro
147 #define __ntohl(x) ((__uint32_t)(x)) macro
/freebsd-11-stable/sys/mips/include/
H A Dendian.h121 #define __ntohl(x) ((__uint32_t)(x)) macro
134 #define __ntohl(x) (__bswap32((x))) macro
/freebsd-11-stable/sys/arm64/include/
H A Dendian.h57 #define __ntohl(x) (__bswap32(x)) macro
/freebsd-11-stable/sys/mips/rmi/
H A Diomap.h110 #define xlr_read_reg(base, offset) (__ntohl((base)[(offset)]))
/freebsd-11-stable/include/arpa/
H A Dinet.h172 #define ntohl(x) __ntohl(x)
/freebsd-11-stable/sys/riscv/include/
H A Dendian.h57 #define __ntohl(x) (__bswap32(x)) macro
/freebsd-11-stable/sys/sparc64/include/
H A Dendian.h121 #define __ntohl(x) ((__uint32_t)(x)) macro
/freebsd-11-stable/sys/x86/include/
H A Dendian.h128 #define __ntohl(x) __bswap32(x) macro
/freebsd-11-stable/sys/sys/
H A Dparam.h327 #define ntohl(x) __ntohl(x)
/freebsd-11-stable/include/rpc/
H A Dxdr.h259 #define IXDR_GET_INT32(buf) ((int32_t)__ntohl((u_int32_t)*(buf)++))
264 #define IXDR_GET_LONG(buf) ((long)__ntohl((u_int32_t)*(buf)++))
/freebsd-11-stable/sys/rpc/
H A Dxdr.h263 #define IXDR_GET_INT32(buf) ((int32_t)__ntohl((uint32_t)*(buf)++))
271 #define IXDR_GET_LONG(buf) ((long)__ntohl((uint32_t)*(buf)++))
/freebsd-11-stable/sys/netinet/
H A Din.h119 #define ntohl(x) __ntohl(x)
/freebsd-11-stable/stand/libsa/
H A Dstand.h427 #define ntohl(x) __ntohl(x)

Completed in 158 milliseconds