1.2.1.7.25 TCPIP_DNS_GetIPAddressesNumber Function

C

int TCPIP_DNS_GetIPAddressesNumber(
    const char* hostName, 
    IP_ADDRESS_TYPE type
);

Description

This function returns the total count of IPv4 and/or IPv6 addresses that exist for a resolved host name.

Preconditions

TCPIP_DNS_Resolve() has been called.

Parameters

ParametersDescription
hostNameA pointer to the null terminated string specifying the host name.
typeIP_ADDRESS_TYPE_IPV4/IP_ADDRESS_TYPE_IPV6/IP_ADDRESS_TYPE_ANY.

Returns

None.

Remarks

None.