First page Back Continue Last page Summary Graphic
Data Conversion Functions
The functions htons, ntohs, htonl, and ntohl are used to convert binary integers between the hosts native byte order and the network standard byte order.
This makes the source code portable to any machine, independent of the the native byte order