Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c693 typedef void chan_fn(Channel *c, fd_set * readset, fd_set * writeset); typedef
694 chan_fn *channel_pre[SSH_CHANNEL_MAX_TYPE];
695 chan_fn *channel_post[SSH_CHANNEL_MAX_TYPE];
1661 channel_handler(chan_fn *ftab[], fd_set * readset, fd_set * writeset) in channel_handler()