Searched defs:htole16 (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.h14 #define htole16(x) B_HOST_TO_LENDIAN_INT16(x) macro
/haiku/headers/compatibility/bsd/
H A Dendian.h38 #define htole16(x) ((uint16_t)(x)) macro
52 #define htole16(x) bswap16((x)) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h63 #define htole16(x) ((uint16_t)(x)) macro
77 #define htole16(x) bswap16((x)) macro

Completed in 78 milliseconds