Lines Matching defs:host
926 char *host = NULL;
1021 /* not an interface, use the given string as host name instead */
1022 host = ipstr;
1027 host = hbuf; /* use the hbuf for host name */
1032 /* there was only a port(-range) given, default the host */
1033 host = NULL;
1036 if(!host) {
1038 /* not an interface and not a host name, get default by extracting
1059 host = hbuf; /* use this host name */
1063 /* resolv ip/host to ip */
1064 rc = Curl_resolv(data, host, 0, FALSE, &h);
1077 failf(data, "failed to resolve the address provided to PORT: %s", host);
1081 host = NULL;
1177 /* EPRT is disabled but we are connected to a IPv6 host, so we ignore the
1295 /* EPSV is disabled but we are connected to a IPv6 host, so we ignore the
1788 If a proxy tunnel is used, returns the original host name instead, because
1790 not the ftp host. */
1793 return conn->host.name;
1899 /* told to ignore the remotely given IP but instead use the host we used
1903 conn->host.name);
1927 * here. We don't want to rely on a former host lookup that might've
1931 conn->socks_proxy.host.name : conn->http_proxy.host.name;
1942 failf(data, "Can't resolve proxy host %s:%hu", host_name, connectport);
1969 failf(data, "Can't resolve new host %s:%hu", ftpc->newhost, connectport);
3593 * connected to the remote host. When using proxy tunneling, this
3595 * can not expect the remote host to talk to us in any way yet.
4322 * remote host.
4403 type = strstr(conn->host.rawalloc, ";type=");