ntohl 函数 (winsock.h)

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

语法

u_long ntohl(
  [in] u_long netlong
);

参数

[in] netlong

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

返回值

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

注解

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

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

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

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

ntohs