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