![]() |
wget2
1.0.0
|
Functions | |
int | wget_ip_is_family (const char *host, int family) |
Routines to check IP address formats.
int wget_ip_is_family | ( | const char * | host, |
int | family | ||
) |
[in] | host | Host/IP String |
[in] | family | IP address family |
host
matches is of family
host
does not match family
This functions checks if host
matches the given family
or not.