Home
last modified time | relevance | path

Searched refs:__ntohl (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dendian.h64 #define __ntohl(x) ((__uint32_t)(x)) macro
71 #define __ntohl(x) (__bswap32(x)) macro
/f-stack/freebsd/mips/include/
H A Dendian.h123 #define __ntohl(x) ((__uint32_t)(x)) macro
136 #define __ntohl(x) (__bswap32((x))) macro
/f-stack/freebsd/x86/include/
H A Dendian.h74 #define __ntohl(x) __bswap32(x) macro
/f-stack/freebsd/arm64/include/
H A Dendian.h57 #define __ntohl(x) (__bswap32(x)) macro
/f-stack/freebsd/sys/
H A Dparam.h337 #define ntohl(x) __ntohl(x)
/f-stack/freebsd/netinet/
H A Din.h121 #define ntohl(x) __ntohl(x)