Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__htonl
usr/src/boot/include/arpa/inet.h
170
#define htonl(x) __htonl(x)
usr/src/boot/include/netinet/in.h
117
#define htonl(x) __htonl(x)
usr/src/boot/libsa/ntoh.c
38
return (__htonl(hl));
usr/src/boot/libsa/stand.h
428
#define htonl(x) __htonl(x)
usr/src/boot/sys/sys/param.h
323
#define htonl(x) __htonl(x)