Home | History | Annotate | Download | only in openssh

Lines Matching refs:ftab

2061 channel_handler(chan_fn *ftab[], fd_set *readset, fd_set *writeset)
2076 if (ftab == channel_pre)
2081 if (ftab[c->type] != NULL)
2082 (*ftab[c->type])(c, readset, writeset);