Home
last modified time | relevance | path

Searched defs:__ntohl (Results 1 – 4 of 4) sorted by relevance

/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/arm/include/
H A Dendian.h64 #define __ntohl(x) ((__uint32_t)(x)) macro
71 #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