Lines Matching refs:remote_port
1383 needle->remote_port == check->remote_port) { in ConnectionExists()
1717 conn->remote_port = -1; /* unknown at this point */ in allocate_conn()
2149 conn->port = conn->remote_port =
2922 conn->remote_port = (unsigned short)data->set.use_port;
2923 msnprintf(portbuf, sizeof(portbuf), "%d", conn->remote_port);
3216 if((endp == ptr_next) && (port_to_match == conn->remote_port)) {
3305 srcalpnid, host, conn->remote_port, /* from */
3313 srcalpnid, host, conn->remote_port, /* from */
3328 Curl_alpnid2str(srcalpnid), host, conn->remote_port,
3424 conn->port = conn->remote_port;
3552 conn->remote_port = old_conn->remote_port;
3722 if(conn->bits.conn_to_port && conn->conn_to_port == conn->remote_port) {