Searched refs:SSH_CHANNEL_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
52 #define SSH_CHANNEL_DYNAMIC 13 macro
287 case SSH_CHANNEL_DYNAMIC: in channel_lookup()749 case SSH_CHANNEL_DYNAMIC: in channel_still_open()787 case SSH_CHANNEL_DYNAMIC: in channel_find_open()889 case SSH_CHANNEL_DYNAMIC: in channel_open_message()1806 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener()1832 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()2373 pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;2386 post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;