ntohl()
Description
Convert a u_long from network to host byte order.
#include <winsock.h>
u_long PASCAL FAR ntohl ( u_long netlong);
netlong
A 32-bit number in network byte order.
Remarks
This routine takes a 32-bit number in network byte order and returns a 32-bit
number in host byte order.
Return Value
ntohl() returns the value in host byte order.
See Also
htonl(), htons(),
ntohs()
[Back: listen()]
[Next: ntohs()]