Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__ntohl
usr/src/boot/include/arpa/inet.h
172
#define ntohl(x) __ntohl(x)
usr/src/boot/include/netinet/in.h
119
#define ntohl(x) __ntohl(x)
usr/src/boot/libsa/ntoh.c
52
return (__ntohl(nl));
usr/src/boot/libsa/stand.h
430
#define ntohl(x) __ntohl(x)
usr/src/boot/sys/sys/param.h
325
#define ntohl(x) __ntohl(x)