Home
last modified time | relevance | path

Searched refs:SSH_CHANNEL_DYNAMIC (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dchannels.c243 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;
[all …]
Dchannels.h54 #define SSH_CHANNEL_DYNAMIC 13 macro