OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
htonl
include/arpa/inet.h
69
#define htonl(x) __htobe32(x)
lib/libc/net/htonl.c
12
htonl(uint32_t x)
lib/libc/net/htonl.c
9
#undef htonl
sys/netinet/in.h
49
#define htonl(x) __htobe32(x)
sys/sys/endian.h
96
#define htonl(x) __htobe32(x)