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