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

/freebsd-10.0-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:
1519 nextstate = SSH_CHANNEL_DYNAMIC;
1545 if (nextstate != SSH_CHANNEL_DYNAMIC)
2040 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;
2050 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;
2066 channel_pre[SSH_CHANNEL_DYNAMIC] = &channel_pre_dynamic;
2074 channel_post[SSH_CHANNEL_DYNAMIC]
[all...]

Completed in 120 milliseconds