Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h61 #define SSH_CHANNEL_RDYNAMIC_FINISH 22 /* reverse SOCKS, finishing connect */ macro
Dchannels.c289 case SSH_CHANNEL_RDYNAMIC_FINISH: in channel_lookup()
761 case SSH_CHANNEL_RDYNAMIC_FINISH: in channel_still_open()
789 case SSH_CHANNEL_RDYNAMIC_FINISH: in channel_find_open()
891 case SSH_CHANNEL_RDYNAMIC_FINISH: in channel_open_message()
1881 isopen = (c->type == SSH_CHANNEL_RDYNAMIC_FINISH); in channel_post_connecting()
2374 pre[SSH_CHANNEL_RDYNAMIC_FINISH] = &channel_pre_connecting;
2387 post[SSH_CHANNEL_RDYNAMIC_FINISH] = &channel_post_connecting;
3009 c->type != SSH_CHANNEL_RDYNAMIC_FINISH &&
4570 c->type = SSH_CHANNEL_RDYNAMIC_FINISH;