ntohl 函数 (winsock2.h)

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

语法

u_long WSAAPI ntohl(
  [in] u_long netlong
);

参数

[in] netlong

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

返回值

ntohl 函数返回 netlong 参数中提供的值,并反转了字节顺序。 如果 netlong 已采用主机字节顺序,则此函数将反转它。 由应用程序决定是否必须反转字节顺序。

注解

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

ntohl 函数可用于将网络字节顺序中的 IPv4 地址转换为主机字节顺序中的 IPv4 地址。 此函数不会执行任何检查来确定 netlong 参数是否为有效的 IPv4 地址。

ntohl 函数不要求之前已通过成功调用 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
标头 winsock2.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

ntohs