ntohs 函数 (winsock.h)

ntohs 函数将 TCP/IP 网络字节顺序中的u_short转换为主机字节顺序 (这是 Intel 处理器) 上的 little endian。

语法

u_short ntohs(
  [in] u_short netshort
);

参数

[in] netshort

TCP/IP 网络字节顺序中的 16 位数字。

返回值

ntohs 函数以主机字节顺序返回值。 如果 netshort 参数已采用主机字节顺序,则此函数将反转它。 由应用程序决定是否必须反转字节顺序。

注解

ntohs 函数采用 TCP/IP 网络字节顺序为 16 位数字, (AF_INET 或 AF_INET6 地址系列) ,并返回主机字节顺序为 16 位数字。

ntohs 函数可用于按网络字节顺序将 IP 端口号转换为主机字节顺序的 IP 端口号。

ntohs 函数不需要之前已通过成功调用 WSAStartup 函数加载 Winsock DLL。

Windows 8.1Windows Server 2012 R2:Windows 8.1、Windows Server 2012 R2 及更高版本的 Windows 应用商店应用支持此功能。

要求

   
最低受支持的客户端 Windows 8.1,Windows Vista [桌面应用 |UWP 应用]
最低受支持的服务器 Windows Server 2003 [桌面应用 | UWP 应用]
目标平台 Windows
标头 winsock.h (包括 Winsock2.h)
Library Ws2_32.lib
DLL Ws2_32.dll

另请参阅

InetNtop

InetPton

WSAHtonl

WSAHtons

WSANtohl

WSANtohs

htond

htonf

htonl

htonll

htons

inet_addr

inet_ntoa

ntohd

ntohf

ntohl

ntohll