Lines Matching refs:SSH_CHANNEL_OPENING
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()
1973 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
2024 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_auth_listener()
3571 if (c->type != SSH_CHANNEL_OPENING) in channel_input_open_confirmation()
3627 if (c->type != SSH_CHANNEL_OPENING) in channel_input_open_failure()