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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c340 c->delayed = 1; /* prevent call to channel_post handler */
790 * 'channel_post*': perform any appropriate operations for channels which
795 chan_fn *channel_post[SSH_CHANNEL_MAX_TYPE]; variable
1988 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open;
1989 channel_post[SSH_CHANNEL_PORT_LISTENER] = &channel_post_port_listener;
1990 channel_post[SSH_CHANNEL_RPORT_LISTENER] = &channel_post_port_listener;
1991 channel_post[SSH_CHANNEL_X11_LISTENER] = &channel_post_x11_listener;
1992 channel_post[SSH_CHANNEL_AUTH_SOCKET] = &channel_post_auth_listener;
1993 channel_post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting;
1994 channel_post[SSH_CHANNEL_DYNAMI
[all...]

Completed in 439 milliseconds