Searched refs:SSH_CHANNEL_OPENING (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | channels.c | 222 case SSH_CHANNEL_OPENING: in channel_lookup() 557 case SSH_CHANNEL_OPENING: in channel_still_open() 594 case SSH_CHANNEL_OPENING: in channel_find_open() 654 case SSH_CHANNEL_OPENING: in channel_open_message() 1280 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd() 1333 c->type = SSH_CHANNEL_OPENING; in channel_pre_dynamic() 1376 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_x11_listener() 1505 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1508 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1511 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() [all …]
|
D | channels.h | 44 #define SSH_CHANNEL_OPENING 3 /* waiting for confirmation */ macro
|
D | mux.c | 228 sc->type != SSH_CHANNEL_OPENING) { in mux_master_control_cleanup_cb() 453 nc = channel_new("session", SSH_CHANNEL_OPENING, in process_mux_new_session()
|
D | ssh.c | 1841 "session", SSH_CHANNEL_OPENING, in, out, err, in ssh_session2_open()
|
D | clientloop.c | 1967 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1, in client_request_tun_fwd()
|
D | ChangeLog | 8398 cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too
|