Home
last modified time | relevance | path

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

/freebsd-head/contrib/libfido2/openbsd-compat/
HDopenbsd-compat.h23 #define be32toh(x) OSSwapBigToHostInt32((x)) macro
37 #define be32toh(x) ntohl((x)) macro
/freebsd-head/contrib/lib9p/
HDapple_endian.h25 # define be32toh(x) OSSwapBigToHostInt32(x) macro
/freebsd-head/contrib/openbsm/compat/
HDendian.h133 #define be32toh(x) bswap32((x)) macro
147 #define be32toh(x) ((uint32_t)(x)) macro
/freebsd-head/sys/sys/
HD_endian.h114 #define be32toh(x) __bswap32((x)) macro
128 #define be32toh(x) ((uint32_t)(x)) macro
/freebsd-head/tools/build/cross-build/include/mac/sys/
HDendian.h65 #define be32toh(x) bswap32((x)) macro
79 #define be32toh(x) ((uint32_t)(x)) macro
/freebsd-head/stand/kshim/
HDbsd_kernel.h562 #define be32toh(x) ((uint32_t)(x)) macro