![]() |
wget2 2.0.0
|
Functions | |
bool | wget_ip_is_family (const char *host, int family) |
Routines to check IP address formats.
bool 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.