ntohl

The Windows Sockets ntohl function converts a u_long from TCP/IP network order to host byte order.

u_long ntohl (

u_long netlong

);

Parameters

netlong

[in] A 32-bit number in TCP/IP network byte order.

Remarks

This routine takes a 32-bit number in TCP/IP network byte order and returns a 32-bit number in host byte order.

Return Values

ntohl
returns the value in host byte order.

See Also

htonl
, htons, ntohs, WSAHtonl, WSAHtons, WSANtohl, WSANtohs

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples