OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NTOHL
lib/libpcap/nametoaddr.c
53
#define NTOHL(x) (x) = ntohl(x)
sys/sys/endian.h
102
#define NTOHL(x) (x) = ntohl((u_int32_t)(x))
usr.sbin/tcpdump/interface.h
119
#define NTOHL(x) (x) = ntohl(x)