Lines Matching refs:port_to_connect
116 int port_to_connect; /* Connect to 'port'. */ member
678 const char *host_to_connect, int port_to_connect, in permission_set_add() argument
694 (*permp)[n].port_to_connect = port_to_connect; in permission_set_add()
1693 const char *host_to_connect, int port_to_connect, in channel_connect_stdio_fwd() argument
1698 debug_f("%s:%d", host_to_connect, port_to_connect); in channel_connect_stdio_fwd()
1705 c->host_port = port_to_connect; in channel_connect_stdio_fwd()
1710 port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ? in channel_connect_stdio_fwd()
4294 int port_to_connect, listen_port; in channel_request_remote_forwarding() local
4322 port_to_connect = listen_port = 0; in channel_request_remote_forwarding()
4325 port_to_connect = PORT_STREAMLOCAL; in channel_request_remote_forwarding()
4328 port_to_connect = fwd->connect_port; in channel_request_remote_forwarding()
4338 host_to_connect, port_to_connect, in channel_request_remote_forwarding()
4350 if (allowed_open->port_to_connect != FWD_PERMIT_ANY_PORT && in open_match()
4351 allowed_open->port_to_connect != requestedport) in open_match()
4570 pset->permitted_user[idx].port_to_connect); in channel_update_permission()
4765 if (perm->port_to_connect == 0) in channel_connect_by_listen_address()
4769 perm->host_to_connect, perm->port_to_connect, in channel_connect_by_listen_address()
4791 perm->host_to_connect, perm->port_to_connect, in channel_connect_by_listen_path()