Searched refs:SSH_CHANNEL_OPENING (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.c | 209 case SSH_CHANNEL_OPENING: in channel_lookup() 534 case SSH_CHANNEL_OPENING: in channel_still_open() 571 case SSH_CHANNEL_OPENING: in channel_find_open() 625 case SSH_CHANNEL_OPENING: in channel_open_message() 1252 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd() 1305 c->type = SSH_CHANNEL_OPENING; in channel_pre_dynamic() 1342 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_x11_listener() 1460 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1467 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1512 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_auth_listener() [all …]
|
D | channels.h | 44 #define SSH_CHANNEL_OPENING 3 /* waiting for confirmation */ macro
|
D | ssh.c | 1392 "session", SSH_CHANNEL_OPENING, in, out, err, in ssh_session2_open()
|
D | clientloop.c | 1848 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1, in client_request_tun_fwd()
|
D | mux.c | 452 nc = channel_new("session", SSH_CHANNEL_OPENING, in process_mux_new_session()
|