DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__htons
include/arpa/inet.h
158
#define htons(x) __htons(x)
lib/libc/net/ntoh.c
40
return (__htons(hs));
sys/netinet/in.h
43
#define htons(x) __htons(x)
sys/netinet/ip_var.h
242
return __htons(ip_id++);
sys/sys/param.h
512
#define htons(x) __htons(x)