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