wget2  1.0.0
IP address functions

Functions

int wget_ip_is_family (const char *host, int family)
 

Detailed Description

Routines to check IP address formats.

Function Documentation

◆ wget_ip_is_family()

int wget_ip_is_family ( const char *  host,
int  family 
)
Parameters
[in]hostHost/IP String
[in]familyIP address family
Returns
1 if host matches is of family
0 if host does not match family

This functions checks if host matches the given family or not.