OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HTONS
sys/sys/endian.h
105
#define HTONS(x) (x) = htons((u_int16_t)(x))
usr.sbin/tcpdump/interface.h
122
#define HTONS(x) (x) = htons(x)