Lines Matching refs:newport
1858 char *newhost, unsigned short newport,
1866 (void) newport;
1875 newport, SECONDARYSOCKET, conn);
1879 result = Curl_SOCKS4(conn->proxyuser, newhost, newport,
1884 result = Curl_SOCKS4(conn->proxyuser, newhost, newport,
1913 result = Curl_proxyCONNECT(conn, SECONDARYSOCKET, newhost, newport, TRUE);
1992 ftpc->newport = (unsigned short)(num & 0xffff);
2049 ftpc->newport = (unsigned short)(((port[0]<<8) + port[1]) & 0xffff);
2083 rc = Curl_resolv(conn, ftpc->newhost, ftpc->newport, &addr);
2088 connectport = ftpc->newport; /* we connect to the remote port */
3674 result = proxy_magic(conn, ftpc->newhost, ftpc->newport, &connected);