htons()
将主机的无符号短整形数转换成网络字节顺序. host - > net (short)
htonl()
ntohs()
将主机的
网络字节顺序
转换成
无符号短整形数
. host - > net (short)
ntohl()
将主机的
网络字节顺序
转换成
无符号长整形数
. host - > net (long)