OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NTOHS
lib/libpcap/nametoaddr.c
54
#define NTOHS(x) (x) = ntohs(x)
sys/sys/endian.h
103
#define NTOHS(x) (x) = ntohs((u_int16_t)(x))
usr.sbin/tcpdump/interface.h
120
#define NTOHS(x) (x) = ntohs(x)