Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
htobe16
headers/compatibility/bsd/endian.h
45
#define htobe16(x) bswap16((x))
headers/compatibility/bsd/endian.h
59
#define htobe16(x) ((uint16_t)(x))
src/libs/compat/freebsd_network/compat/sys/endian.h
60
#define htobe16(x) bswap16((x))
src/libs/compat/freebsd_network/compat/sys/endian.h
74
#define htobe16(x) ((uint16_t)(x))