/
ntohl
ntohl
Convert 32-bit integer values from network-order to CPU host-order. See function NET_UTIL_NET_TO_HOST_32 for more information.
Files
net_bsd.h
Prototype
ntohl(val);
Arguments
val
Data value to convert.
Returned Value
Converted data value.
Required Configuration
None.
, multiple selections available,
Related content
ntohs
More like this
htonl
More like this
inet_ntoa IPv4
inet_ntoa IPv4
More like this
htons
More like this
Network Sockets Concepts
Network Sockets Concepts
More like this
NET_UTIL_HOST_TO_NET_32
NET_UTIL_HOST_TO_NET_32
More like this