Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
letohs
usr/src/uts/common/netsmb/mchain.h
53
#define letohs(x) ((uint16_t)(x))
usr/src/uts/common/netsmb/mchain.h
75
#define letohs(x) BSWAP_16(x)