HomeSort by: relevance | last modified time | path
    Searched refs:SSH_CHANNEL_RDYNAMIC_FINISH (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
channels.h 62 #define SSH_CHANNEL_RDYNAMIC_FINISH 22 /* reverse SOCKS, finishing connect */
channels.c 301 case SSH_CHANNEL_RDYNAMIC_FINISH:
977 case SSH_CHANNEL_RDYNAMIC_FINISH:
1022 case SSH_CHANNEL_RDYNAMIC_FINISH:
1129 case SSH_CHANNEL_RDYNAMIC_FINISH:
2143 isopen = (c->type == SSH_CHANNEL_RDYNAMIC_FINISH);
2632 pre[SSH_CHANNEL_RDYNAMIC_FINISH] = &channel_pre_connecting;
2645 post[SSH_CHANNEL_RDYNAMIC_FINISH] = &channel_post_connecting;
3498 c->type != SSH_CHANNEL_RDYNAMIC_FINISH &&
5076 c->type = SSH_CHANNEL_RDYNAMIC_FINISH;

Completed in 44 milliseconds