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