Home | History | Annotate | Download | only in spdy2http

Lines Matching defs:ipv4

70   bool ipv4;
947 if(glob_opt.ipv4 && !glob_opt.ipv6)
949 else if(glob_opt.ipv6 && !glob_opt.ipv4)
1281 " -4, --curl-ipv4 Curl may use IPv4 to connect to the final destination.\n"
1283 " If neither --curl-ipv4 nor --curl-ipv6 is set,\n"
1312 {"curl-ipv4", no_argument, 0, '4'},
1375 glob_opt.ipv4 = true;