Home | History | Annotate | Download | only in openssh

Lines Matching defs:listen_port

113 	u_short listen_port;		/* Remote side should listen port number. */
2639 u_short listen_port, int *allocated_listen_port,
2703 snprintf(strport, sizeof strport, "%d", listen_port);
2735 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2778 * listen_port == 0 requests a dynamically allocated port -
2781 if (type == SSH_CHANNEL_RPORT_LISTENER && listen_port == 0 &&
2795 c->listening_port = listen_port;
2800 listen_port);
2827 channel_setup_local_fwd_listener(const char *listen_host, u_short listen_port,
2831 listen_host, listen_port, NULL, host_to_connect, port_to_connect,
2838 u_short listen_port, int *allocated_listen_port, int gateway_ports)
2841 listen_address, listen_port, allocated_listen_port,
2851 channel_request_remote_forwarding(const char *listen_host, u_short listen_port,
2877 packet_put_int(listen_port);
2884 packet_put_int(listen_port);
2910 permitted_opens[num_permitted_opens].listen_port = listen_port;
2930 permitted_opens[i].listen_port == port)
2944 permitted_opens[i].listen_port = 0;
3172 channel_connect_by_listen_address(u_short listen_port, char *ctype, char *rname)
3178 permitted_opens[i].listen_port == listen_port) {
3184 error("WARNING: Server requests forwarding for unknown listen_port %d",
3185 listen_port);