Searched refs:SSH_CHANNEL_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
221 case SSH_CHANNEL_DYNAMIC: in channel_lookup()546 case SSH_CHANNEL_DYNAMIC: in channel_still_open()588 case SSH_CHANNEL_DYNAMIC: in channel_find_open()656 case SSH_CHANNEL_DYNAMIC: in channel_open_message()1514 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener()1540 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()2026 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;2038 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;2054 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;2062 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;[all …]
54 #define SSH_CHANNEL_DYNAMIC 13 macro