Home
last modified time | relevance | path

Searched refs:Curl_cidr4_match (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dnoproxy.c45 UNITTEST bool Curl_cidr4_match(const char *ipv4, /* 1.2.3.4 address */ in Curl_cidr4_match() function
242 match = Curl_cidr4_match(name, check, bits); in Curl_check_noproxy()
Dnoproxy.h32 UNITTEST bool Curl_cidr4_match(const char *ipv4, /* 1.2.3.4 address */
/external/curl/tests/unit/
Dunit1614.c129 bool match = Curl_cidr4_match(list4[i].a, list4[i].n, list4[i].bits);