OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HTONL
sys/sys/endian.h
104
#define HTONL(x) (x) = htonl((u_int32_t)(x))
usr.sbin/tcpdump/interface.h
121
#define HTONL(x) (x) = htonl(x)