Home |
Function ntohs |
Function ntohsConvert an unsigned short integer from network byte to host byte order. unsigned short ntohs(unsigned short s); ParameterslUnsigned short integer in network byte order (16 bits). return valueReturns the input parameter converted to host byte order.
|