Searched defs:be16toh (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dopenbsd-compat.h21 #define be16toh(x) OSSwapBigToHostInt16((x)) macro
35 #define be16toh(x) ntohs((x)) macro
/freebsd-current/contrib/openbsm/compat/
H A Dendian.h132 #define be16toh(x) bswap16((x)) macro
146 #define be16toh(x) ((uint16_t)(x)) macro
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dendian.h64 #define be16toh(x) bswap16((x)) macro
78 #define be16toh(x) ((uint16_t)(x)) macro
/freebsd-current/sys/sys/
H A D_endian.h113 #define be16toh(x) __bswap16((x)) macro
127 #define be16toh(x) ((uint16_t)(x)) macro

Completed in 75 milliseconds