OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ntohs
include/arpa/inet.h
70
#define ntohs(x) __htobe16(x)
lib/libc/net/ntohs.c
12
ntohs(uint16_t x)
lib/libc/net/ntohs.c
9
#undef ntohs
sys/netinet/in.h
50
#define ntohs(x) __htobe16(x)
sys/sys/endian.h
97
#define ntohs(x) __htobe16(x)