-
integers to and from
network byte order: the
htons (host-to-network-short) and
htonl (host-to-network-long)
functions convert 16- and 32-bit
values respectively...
- sa.sin_family = AF_INET; sa.sin_port = htons(1100); sa.sin_addr.s_addr =
htonl(INADDR_ANY); if (bind(SocketFD,(struct
sockaddr *)&sa,
sizeof sa) == -1)...
-
refers to "byte ****" in its
compiler tools [2]. The
Jargon file "htons(),
htonl(), ntohs(), ntohl()". The NUXI
problem Raymond, Eric, The
Jargon File: pubic...