DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
htonl
include/arpa/inet.h
157
#define htonl(x) __htonl(x)
lib/libc/net/ntoh.c
32
htonl(uint32_t hl)
sys/netinet/in.h
42
#define htonl(x) __htonl(x)
sys/sys/param.h
511
#define htonl(x) __htonl(x)