Lines Matching refs:remote_port
89 int remote_port;
301 protocol4a ? "a" : "", sx->hostname, sx->remote_port);
304 sx->hostname, sx->remote_port);
319 socksreq[2] = (unsigned char)((sx->remote_port >> 8) & 0xff); /* MSB */
320 socksreq[3] = (unsigned char)(sx->remote_port & 0xff); /* LSB */
325 Curl_resolv(data, sx->hostname, sx->remote_port, TRUE, &dns);
598 sx->hostname, sx->remote_port);
798 enum resolve_t rc = Curl_resolv(data, sx->hostname, sx->remote_port,
815 dns = Curl_fetch_addr(data, sx->hostname, sx->remote_port);
873 sx->remote_port);
888 sx->remote_port);
935 sx->hostname, sx->remote_port);
942 socksreq[len++] = (unsigned char)((sx->remote_port >> 8) & 0xff);
944 socksreq[len++] = (unsigned char)(sx->remote_port & 0xff);
1166 sx->remote_port =
1170 conn->remote_port;