DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
htons
include/arpa/inet.h
158
#define htons(x) __htons(x)
lib/libc/net/ntoh.c
38
htons(uint16_t hs)
sys/netinet/in.h
43
#define htons(x) __htons(x)
sys/sys/param.h
512
#define htons(x) __htons(x)