Searched defs:be16toh (Results 1 - 2 of 2) sorted by path

/haiku/headers/compatibility/bsd/
H A Dendian.h42 #define be16toh(x) bswap16((x)) macro
56 #define be16toh(x) ((uint16_t)(x)) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h67 #define be16toh(x) bswap16((x)) macro
81 #define be16toh(x) ((uint16_t)(x)) macro

Completed in 71 milliseconds