FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__ntohs
sys/sys/_endian.h
91
#define __ntohs(x) (__bswap16(x))
sys/sys/_endian.h
98
#define __ntohs(x) ((__uint16_t)(x))