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

/freebsd-10.1-release/crypto/openssh/
H A Dchannels.h55 #define SSH_CHANNEL_DYNAMIC 13 macro
H A Dchannels.c217 case SSH_CHANNEL_DYNAMIC:
541 case SSH_CHANNEL_DYNAMIC:
581 case SSH_CHANNEL_DYNAMIC:
645 case SSH_CHANNEL_DYNAMIC:
1525 nextstate = SSH_CHANNEL_DYNAMIC;
1551 if (nextstate != SSH_CHANNEL_DYNAMIC)
2046 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;
2056 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;
2072 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;
2080 channel_post[SSH_CHANNEL_DYNAMIC]
[all...]

Completed in 116 milliseconds