Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
be16toh
usr/src/boot/sys/sys/endian.h
75
#define be16toh(x) bswap16((x))
usr/src/boot/sys/sys/endian.h
89
#define be16toh(x) ((uint16_t)(x))
usr/src/lib/libc/sparc/gen/endian.c
133
be16toh(uint16_t in)
usr/src/lib/libc/sparcv9/gen/endian.c
133
be16toh(uint16_t in)