Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
be16toh
headers/compatibility/bsd/endian.h
52
#define be16toh(x) bswap16((x))
headers/compatibility/bsd/endian.h
66
#define be16toh(x) ((uint16_t)(x))
src/libs/compat/freebsd_network/compat/sys/endian.h
67
#define be16toh(x) bswap16((x))
src/libs/compat/freebsd_network/compat/sys/endian.h
81
#define be16toh(x) ((uint16_t)(x))