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

/external/openssh/
H A Dserverloop.c1102 int success = 0, allocated_listen_port = 0; local
1137 &allocated_listen_port, options.gateway_ports);
1159 if (success && allocated_listen_port > 0)
1160 packet_put_int(allocated_listen_port);
H A Dchannels.c2639 u_short listen_port, int *allocated_listen_port,
2716 if (allocated_listen_port != NULL)
2717 *allocated_listen_port = 0;
2736 allocated_listen_port != NULL && *allocated_listen_port > 0)
2737 *lport_p = htons(*allocated_listen_port);
2782 allocated_listen_port != NULL &&
2783 *allocated_listen_port == 0) {
2784 *allocated_listen_port = get_sock_port(sock, 1);
2786 *allocated_listen_port);
2638 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
2837 channel_setup_remote_fwd_listener(const char *listen_address, u_short listen_port, int *allocated_listen_port, int gateway_ports) argument
[all...]

Completed in 43 milliseconds