logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libwget-ip - IP address functions

Author

       Generated automatically by Doxygen for wget2 from the source code.

wget2                                             Version 2.2.0                                    libwget-ip(3)

Detailed Description

       Routines to check IP address formats.

Function Documentation

boolwget_ip_is_family(constchar*host,intfamily)Parametershost Host/IP string
           family IP 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.

Name

       libwget-ip - IP address functions

Synopsis

Functions
       bool wget_ip_is_family (const char *host, int family)

See Also