wget2 2.2.1
Loading...
Searching...
No Matches
IP address functions

Functions

bool wget_ip_is_family (const char *host, int family)

Detailed Description

Routines to check IP address formats.

Function Documentation

◆ wget_ip_is_family()

bool 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.