DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
be16toh
sys/sys/endian.h
69
#define be16toh(x) __bswap16((x))
sys/sys/endian.h
83
#define be16toh(x) ((__uint16_t)(x))