]> granicus.if.org Git - python/commitdiff
Added [nh]to[hn][sl]().
authorGuido van Rossum <guido@python.org>
Mon, 2 Dec 1996 17:24:10 +0000 (17:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Dec 1996 17:24:10 +0000 (17:24 +0000)
Doc/lib/libsocket.tex
Doc/libsocket.tex

index 9b3c2285c2a022d4c82831259be1f312bef5a203..b105b228d7972acfb08c1ed863cda5bb44d0ed7e 100644 (file)
@@ -133,6 +133,17 @@ standard input or output (e.g.\ a server started by the \UNIX{} inet
 daemon).
 \end{funcdesc}
 
+\begin{funcdesc}{ntohl}{x}
+\funcline{ntohs}{x}
+\funcline{htonl}{x}
+\funcline{htons}{x}
+These functions convert 32-bit (`l' suffix) and 16-bit (`s' suffix)
+integers between network and host byte order.  On machines where the
+host byte order is the same as the network byte order, they are no-ops
+(assuming the values fit in the indicated size); otherwise, they
+perform 2-byte or 4-byte swap operations.
+\end{funcdesc}
+
 \subsection{Socket Objects}
 
 \noindent
index 9b3c2285c2a022d4c82831259be1f312bef5a203..b105b228d7972acfb08c1ed863cda5bb44d0ed7e 100644 (file)
@@ -133,6 +133,17 @@ standard input or output (e.g.\ a server started by the \UNIX{} inet
 daemon).
 \end{funcdesc}
 
+\begin{funcdesc}{ntohl}{x}
+\funcline{ntohs}{x}
+\funcline{htonl}{x}
+\funcline{htons}{x}
+These functions convert 32-bit (`l' suffix) and 16-bit (`s' suffix)
+integers between network and host byte order.  On machines where the
+host byte order is the same as the network byte order, they are no-ops
+(assuming the values fit in the indicated size); otherwise, they
+perform 2-byte or 4-byte swap operations.
+\end{funcdesc}
+
 \subsection{Socket Objects}
 
 \noindent