Lines Matching refs:SSH_CHANNEL_DYNAMIC
243 case SSH_CHANNEL_DYNAMIC: in channel_lookup()
611 case SSH_CHANNEL_DYNAMIC: in channel_still_open()
654 case SSH_CHANNEL_DYNAMIC: in channel_find_open()
721 case SSH_CHANNEL_DYNAMIC: in channel_open_message()
1594 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener()
1620 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()
2106 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;
2118 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;
2134 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;
2142 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;
2154 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;
2161 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;