htons function
The htons function converts a u_short from host to TCP/IP network byte order (which is big-endian).
Syntax
u_short WSAAPI htons( _In_ u_short hostshort );
Parameters
- hostshort [in]
-
A 16-bit number in host byte order.
Return value
The htons function returns the value in TCP/IP network byte order.
Remarks
The htons function takes a 16-bit number in host byte order and returns a 16-bit number in network byte order used in TCP/IP networks (the AF_INET or AF_INET6 address family).
The htons function can be used to convert an IP port number in host byte order to the IP port number in network byte order.
The htons function does not require that the Winsock DLL has previously been loaded with a successful call to the WSAStartup function.
(Windows Store apps): This API is supported.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- htond
- htonf
- htonl
- htonll
- inet_addr
- inet_ntoa
- InetNtop
- InetPton
- ntohd
- ntohf
- ntohl
- ntohll
- ntohs
- WSAHtonl
- WSAHtons
- WSANtohl
- WSANtohs
Send comments about this topic to Microsoft
Build date: 11/29/2012