Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__ntohs
usr/src/boot/include/arpa/inet.h
173
#define ntohs(x) __ntohs(x)
usr/src/boot/include/netinet/in.h
120
#define ntohs(x) __ntohs(x)
usr/src/boot/libsa/ntoh.c
59
return (__ntohs(ns));
usr/src/boot/libsa/stand.h
431
#define ntohs(x) __ntohs(x)
usr/src/boot/sys/sys/param.h
326
#define ntohs(x) __ntohs(x)