用于主机字节序和网络字节序转换
ntohl ntohs
htonl htons
用于ip整数和“.”格式表示转换
inet_aton inet_atop
inet_ntoa inet_ntop
用于把IP地址文本字符串转为所需形式
inet_addr
用于主机字节序和网络字节序转换
ntohl ntohs
htonl htons
用于ip整数和“.”格式表示转换
inet_aton inet_atop
inet_ntoa inet_ntop
用于把IP地址文本字符串转为所需形式
inet_addr