Training
Module
Configure IP network connectivity - Training
This module explores configuring Windows clients to communicate over IPv4 and IPv6 networks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This header is used by Windows Sockets 2. For more information, see:
wsipv6ok.h contains the following programming interfaces:
gethostbyaddr The gethostbyaddr macro function (wsipv6ok.h) retrieves the host information corresponding to a network address. |
gethostbyname The gethostbyname macro function (wsipv6ok.h) retrieves host information corresponding to a host name from a host database. |
inet_addr The inet_addr macro function (wsipv6ok.h) converts a string containing an IPv4 dotted-decimal address into a proper address for the IN_ADDR structure. |
inet_ntoa The inet_ntoa macro function (wsipv6ok.h) converts an (Ipv4) Internet network address into an ASCII string in Internet standard dotted-decimal format. |
WSAAsyncGetHostByAddr The WSAAsyncGetHostByAddr macro function (wsipv6ok.h) asynchronously retrieves host information that corresponds to an address. |
WSAAsyncGetHostByName The WSAAsyncGetHostByName macro function (wsipv6ok.h) asynchronously retrieves host information that corresponds to a host name. |
Training
Module
Configure IP network connectivity - Training
This module explores configuring Windows clients to communicate over IPv4 and IPv6 networks.