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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c1879 channel_post_open(Channel *c, fd_set *readset, fd_set *writeset) function
2044 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open;
2050 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;
2068 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open;
2074 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;
2091 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open;
2093 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;

Completed in 78 milliseconds