Lines Matching refs:remote_port
1209 needle->remote_port != check->remote_port)
1362 conn->remote_port = -1; /* unknown at this point */
1686 /* 'port' and 'remote_port' are set in setup_connection_internals() */
1974 conn->port = conn->remote_port =
2714 conn->remote_port = data->set.use_port;
2715 msnprintf(portbuf, sizeof(portbuf), "%d", conn->remote_port);
3025 if((endp == ptr_next) && (port_to_match == conn->remote_port)) {
3114 srcalpnid, host, conn->remote_port, /* from */
3122 srcalpnid, host, conn->remote_port, /* from */
3137 Curl_alpnid2str(srcalpnid), host, conn->remote_port,
3248 conn->remote_port;
3389 existing->remote_port = temp->remote_port;
3562 if(conn->bits.conn_to_port && conn->conn_to_port == conn->remote_port) {