These routines convert 16 and 32 bit quantities between network byte order and host byte order.
On machines which have a byte order which is the same as the network order, these routines are defined as macros that expand to the value of their argument.
These routines are most often used in conjunction with Internet addresses and ports as returned by
gethostbyname(3) and
getservent(3).