HomeSort by relevance Sort by last modified time
    Searched defs:ipv6_ip (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
http_proxy.c 207 bool ipv6_ip = conn->bits.ipv6_ip; local
212 ipv6_ip = (strchr(hostname, ':') != NULL);
214 aprintf("%s%s%s:%hu", ipv6_ip?"[":"", hostname, ipv6_ip?"]":"",
urldata.h 520 bool ipv6_ip; /* we communicate with a remote site specified with pure IPv6 member in struct:ConnectBits
    [all...]

Completed in 165 milliseconds