Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
htobe32
headers/compatibility/bsd/endian.h
46
#define htobe32(x) bswap32((x))
headers/compatibility/bsd/endian.h
60
#define htobe32(x) ((uint32_t)(x))
src/libs/compat/freebsd_network/compat/sys/endian.h
61
#define htobe32(x) bswap32((x))
src/libs/compat/freebsd_network/compat/sys/endian.h
75
#define htobe32(x) ((uint32_t)(x))