Searched refs:SSH_CHANNEL_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
208 case SSH_CHANNEL_DYNAMIC: in channel_lookup()526 case SSH_CHANNEL_DYNAMIC: in channel_still_open()565 case SSH_CHANNEL_DYNAMIC: in channel_find_open()627 case SSH_CHANNEL_DYNAMIC: in channel_open_message()1464 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener()1486 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()1965 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;1975 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;1991 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;1999 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;[all …]
54 #define SSH_CHANNEL_DYNAMIC 13 macro