Lines Matching refs:SSH_CHANNEL_OPENING
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()
2469 if (c==NULL || c->type != SSH_CHANNEL_OPENING)
2518 if (c==NULL || c->type != SSH_CHANNEL_OPENING)