Home | History | Annotate | Download | only in spdy2http

Lines Matching refs:ipv6

71   bool ipv6;
947 if(glob_opt.ipv4 && !glob_opt.ipv6)
949 else if(glob_opt.ipv6 && !glob_opt.ipv4)
1282 " -6, --curl-ipv6 Curl may use IPv6 to connect to the final destination.\n"
1283 " If neither --curl-ipv4 nor --curl-ipv6 is set,\n"
1313 {"curl-ipv6", no_argument, 0, '6'},
1379 glob_opt.ipv6 = true;