Searched refs:SSH_CHANNEL_DYNAMIC (Results 1 – 2 of 2) sorted by relevance
456 case SSH_CHANNEL_DYNAMIC: in channel_still_open()495 case SSH_CHANNEL_DYNAMIC: in channel_find_open()554 case SSH_CHANNEL_DYNAMIC: in channel_open_message()1262 nextstate = SSH_CHANNEL_DYNAMIC; in channel_post_port_listener()1285 if (nextstate != SSH_CHANNEL_DYNAMIC) in channel_post_port_listener()1569 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic; in channel_handler_init_20()1577 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open; in channel_handler_init_20()1591 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic; in channel_handler_init_13()1599 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open; in channel_handler_init_13()1611 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic; in channel_handler_init_15()[all …]
63 #define SSH_CHANNEL_DYNAMIC 13 macro