Searched refs:SSH_CHANNEL_OPENING (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | channels.c | 295 case SSH_CHANNEL_OPENING: in channel_lookup() 921 case SSH_CHANNEL_OPENING: in channel_still_open() 975 case SSH_CHANNEL_OPENING: in channel_find_open() 1069 case SSH_CHANNEL_OPENING: in channel_open_message() 1698 c = channel_new(ssh, "stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd() 1756 c->type = SSH_CHANNEL_OPENING; in channel_pre_dynamic() 1865 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_x11_listener() 1961 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1964 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1967 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() [all …]
|
H A D | channels.h | 44 #define SSH_CHANNEL_OPENING 3 /* waiting for confirmation */ macro
|
H A D | mux.c | 228 sc->type != SSH_CHANNEL_OPENING) { in mux_master_control_cleanup_cb() 461 nc = channel_new(ssh, "session", SSH_CHANNEL_OPENING, in mux_master_process_new_session()
|
H A D | ssh.c | 2207 "session", SSH_CHANNEL_OPENING, in, out, err, in ssh_session2_open()
|
H A D | clientloop.c | 1862 c = channel_new(ssh, "tun-connection", SSH_CHANNEL_OPENING, fd, fd, -1, in client_request_tun_fwd()
|