Searched refs:allocated_listen_port (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dserverloop.c1115 int success = 0, allocated_listen_port = 0; local
1150 &allocated_listen_port, options.gateway_ports);
1172 if (success && allocated_listen_port > 0)
1173 packet_put_int(allocated_listen_port);
H A Dchannels.c2724 u_short listen_port, int *allocated_listen_port,
2774 if (allocated_listen_port != NULL)
2775 *allocated_listen_port = 0;
2794 allocated_listen_port != NULL && *allocated_listen_port > 0)
2795 *lport_p = htons(*allocated_listen_port);
2840 allocated_listen_port != NULL &&
2841 *allocated_listen_port == 0) {
2842 *allocated_listen_port = get_sock_port(sock, 1);
2844 *allocated_listen_port);
2723 channel_setup_fwd_listener(int type, const char *listen_addr, u_short listen_port, int *allocated_listen_port, const char *host_to_connect, u_short port_to_connect, int gateway_ports) argument
2935 channel_setup_remote_fwd_listener(const char *listen_address, u_short listen_port, int *allocated_listen_port, int gateway_ports) argument
[all...]

Completed in 161 milliseconds