Parameters |
 |
*nodename: A pointer to a node name or numeric string, such
as an IPv4 dotted-decimal address or an IPv6 hexadecimal address. nodename can also point to a NULL string.
servname: A pointer to a service name (such as ftp) or port number (such as 21). *servname can also point to a NULL string. Either *nodename or *servname must point to a name or numeric string.
*hints: A pointer to an addrinfo structure containing filters for socket-type,
address family, or protocol-type. hints can also point to a NULL string. addrinfo and hints are described below.
**res: A pointer to a linked list of addrinfo structures each containing a socket address and information
regarding the socket.