FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__htons
include/arpa/inet.h
171
#define htons(x) __htons(x)
lib/libc/net/ntoh.c
44
return (__htons(hs));
stand/libsa/stand.h
471
#define htons(x) __htons(x)
sys/netinet/in.h
117
#define htons(x) __htons(x)
sys/sys/param.h
349
#define htons(x) __htons(x)