table of contents
other versions
libwget-ip(3) | wget2 | libwget-ip(3) |
NAME¶
libwget-ip
SYNOPSIS¶
Functions¶
int wget_ip_is_family (const char *host, int family)
Detailed Description¶
Routines to check IP address formats.
Function Documentation¶
int wget_ip_is_family (const char * host, int family)¶
Parameters:
host Host/IP string
family IP address family
family IP address family
Returns:
1 if host matches is of family
0 if host does not match family
0 if host does not match family
This functions checks if host matches the given family or not.
Author¶
Generated automatically by Doxygen for wget2 from the source code.
Mon Aug 7 2017 | Version 1.0.0 |