| H A D | channels.c | 411 channel_register_fds(struct ssh *ssh, Channel *c, int rfd, int wfd, int efd, in channel_register_fds() 420 if (efd != -1 && efd != rfd && efd != wfd) in channel_register_fds() 421 (void)fcntl(efd, F_SETFD, FD_CLOEXEC); in channel_register_fds() 426 c->efd = efd; in channel_register_fds() 453 if (efd != -1 && !isatty(efd) && in channel_register_fds() 454 (val = fcntl(efd, F_GETF in channel_register_fds() 409 channel_register_fds(struct ssh * ssh,Channel * c,int rfd,int wfd,int efd,int extusage,int nonblock,int is_tty) channel_register_fds() argument 473 channel_new(struct ssh * ssh,char * ctype,int type,int rfd,int wfd,int efd,u_int window,u_int maxpack,int extusage,const char * remote_name,int nonblock) channel_new() argument 584 int sock = c->sock, rfd = c->rfd, wfd = c->wfd, efd = c->efd; channel_close_fds() local 1210 channel_set_fds(struct ssh * ssh,int id,int rfd,int wfd,int efd,int extusage,int nonblock,int is_tty,u_int window_max) channel_set_fds() argument [all...] |