Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c881 chan_fn *channel_post[SSH_CHANNEL_MAX_TYPE]; variable
2110 channel_post[SSH_CHANNEL_OPEN] = &channel_post_open;
2111 channel_post[SSH_CHANNEL_PORT_LISTENER] = &channel_post_port_listener;
2112 channel_post[SSH_CHANNEL_RPORT_LISTENER] = &channel_post_port_listener;
2113 channel_post[SSH_CHANNEL_UNIX_LISTENER] = &channel_post_port_listener;
2114 channel_post[SSH_CHANNEL_RUNIX_LISTENER] = &channel_post_port_listener;
2115 channel_post[SSH_CHANNEL_X11_LISTENER] = &channel_post_x11_listener;
2116 channel_post[SSH_CHANNEL_AUTH_SOCKET] = &channel_post_auth_listener;
2117 channel_post[SSH_CHANNEL_CONNECTING] = &channel_post_connecting;
2118 channel_post[SSH_CHANNEL_DYNAMIC] = &channel_post_open;
[all …]