DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ntohl
include/arpa/inet.h
159
#define ntohl(x) __ntohl(x)
lib/libc/net/ntoh.c
44
ntohl(uint32_t nl)
sys/netinet/in.h
44
#define ntohl(x) __ntohl(x)
sys/sys/param.h
513
#define ntohl(x) __ntohl(x)