Internet Host Information Structure
TheOTInetStringToAddressfunction (page 8-40) returns IP addresses for a host in an internet host information structure. The internet host information structure is defined by theInetHostInfodata type.
struct InetHostInfo { InetDomainName name; InetHost addrs[kMaxHostAddrs]; };
Field Description
name- The canonical name of the host. The canonical name is a fully qualified domain name that is not an alias.
addrs- Up to ten IP addresses associated with this host name. Only multihomed hosts have more than one IP address.