Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__htons
usr/src/boot/include/arpa/inet.h
171
#define htons(x) __htons(x)
usr/src/boot/include/netinet/in.h
118
#define htons(x) __htons(x)
usr/src/boot/libsa/ntoh.c
45
return (__htons(hs));
usr/src/boot/libsa/stand.h
429
#define htons(x) __htons(x)
usr/src/boot/sys/sys/param.h
324
#define htons(x) __htons(x)