/
ntohs
ntohs
Convert 16-bit integer values from network-order to CPU host-order. See function NET_UTIL_NET_TO_HOST_16 for more information.
Files
net_bsd.h
Prototype
ntohs(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
htonl
More like this
NET_UTIL_NET_TO_HOST_32
NET_UTIL_NET_TO_HOST_32
More like this
NET_UTIL_HOST_TO_NET_32
NET_UTIL_HOST_TO_NET_32
More like this
Network Sockets Concepts
Network Sockets Concepts
More like this