DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__ntohs
include/arpa/inet.h
160
#define ntohs(x) __ntohs(x)
lib/libc/net/ntoh.c
52
return (__ntohs(ns));
sys/netinet/in.h
45
#define ntohs(x) __ntohs(x)
sys/sys/param.h
514
#define ntohs(x) __ntohs(x)