Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1614.c72 struct check list6[]= { variable
144 for(i = 0; list6[i].a; i++) {
145 bool match = Curl_cidr6_match(list6[i].a, list6[i].n, list6[i].bits);
146 if(match != list6[i].match) {
148 list6[i].a, list6[i].n, list6[i].bits,
149 list6[i].match ? "": "not ");

Completed in 3 milliseconds