Searched refs:ssh2_chanopen_init (Results 1 – 11 of 11) sorted by relevance
/dports/security/putty/putty-0.76/ |
H A D | ssh2connection-server.c | 132 pktout = ssh2_chanopen_init(c, "forwarded-tcpip"); in ssh2_portfwd_chanopen() 176 pktout = ssh2_chanopen_init(c, "x11"); in ssh2_serverside_x11_open() 199 pktout = ssh2_chanopen_init(c, "auth-agent@openssh.com"); in ssh2_serverside_agent_open()
|
H A D | ssh2connection.h | 156 PktOut *ssh2_chanopen_init(struct ssh2_channel *c, const char *type);
|
H A D | ssh2connection-client.c | 175 pktout = ssh2_chanopen_init(c, "direct-tcpip"); in ssh2_portfwd_chanopen() 317 pktout = ssh2_chanopen_init(c, "session"); in ssh2_session_open()
|
H A D | ssh2connection.c | 1305 PktOut *ssh2_chanopen_init(struct ssh2_channel *c, const char *type) in ssh2_chanopen_init() function
|
/dports/security/putty-nogtk/putty-0.76/ |
H A D | ssh2connection-server.c | 132 pktout = ssh2_chanopen_init(c, "forwarded-tcpip"); in ssh2_portfwd_chanopen() 176 pktout = ssh2_chanopen_init(c, "x11"); in ssh2_serverside_x11_open() 199 pktout = ssh2_chanopen_init(c, "auth-agent@openssh.com"); in ssh2_serverside_agent_open()
|
H A D | ssh2connection.h | 156 PktOut *ssh2_chanopen_init(struct ssh2_channel *c, const char *type);
|
H A D | ssh2connection-client.c | 175 pktout = ssh2_chanopen_init(c, "direct-tcpip"); in ssh2_portfwd_chanopen() 317 pktout = ssh2_chanopen_init(c, "session"); in ssh2_session_open()
|
H A D | ssh2connection.c | 1305 PktOut *ssh2_chanopen_init(struct ssh2_channel *c, const char *type) in ssh2_chanopen_init() function
|
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/ |
H A D | ssh2connection.h | 156 PktOut *ssh2_chanopen_init(struct ssh2_channel *c, const char *type);
|
H A D | ssh2connection-client.c | 176 pktout = ssh2_chanopen_init(c, "direct-tcpip"); in ssh2_portfwd_chanopen() 318 pktout = ssh2_chanopen_init(c, "session"); in ssh2_session_open()
|
H A D | ssh2connection.c | 1305 PktOut *ssh2_chanopen_init(struct ssh2_channel *c, const char *type) in ssh2_chanopen_init() function
|