Home
last modified time | relevance | path

Searched defs:be32toh (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libfido2/openbsd-compat/
H A Dopenbsd-compat.h23 #define be32toh(x) OSSwapBigToHostInt32((x)) macro
37 #define be32toh(x) ntohl((x)) macro
/freebsd/contrib/lib9p/
H A Dapple_endian.h25 # define be32toh(x) OSSwapBigToHostInt32(x) macro
/freebsd/contrib/openbsm/compat/
H A Dendian.h133 #define be32toh(x) bswap32((x)) macro
147 #define be32toh(x) ((uint32_t)(x)) macro
/freebsd/sys/sys/
H A D_endian.h112 #define be32toh( global() macro
126 #define be32toh( global() macro
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dendian.h65 #define be32toh(x) bswap32((x)) macro
79 #define be32toh(x) ((uint32_t)(x)) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h559 #define be32toh(x) ((uint32_t)(x)) macro