Lines Matching refs:Channel

87 static Channel **channels = NULL;
167 static void port_open_helper(Channel *c, char *rtype);
175 Channel *
178 Channel *c;
196 Channel *
199 Channel *c;
224 channel_register_fds(Channel *c, int rfd, int wfd, int efd,
264 Channel *
270 Channel *c;
275 channels = xcalloc(channels_alloc, sizeof(Channel *));
293 sizeof(Channel *));
300 c = channels[found] = xcalloc(1, sizeof(Channel));
345 Channel *c;
374 channel_close_fds(Channel *c)
384 channel_free(Channel *c)
458 Channel *c;
484 Channel *c;
513 Channel *c;
557 Channel *c;
603 Channel *c;
655 Channel *c = channel_lookup(id);
673 Channel *c = channel_lookup(id);
691 Channel *c;
706 Channel *c = channel_lookup(id);
719 Channel *c = channel_by_id(id);
732 Channel *c = channel_by_id(id);
746 Channel *c = channel_lookup(id);
762 Channel *c = channel_lookup(id);
783 typedef void chan_fn(Channel *c, fd_set *readset, fd_set *writeset);
789 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset)
796 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset)
803 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset)
812 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset)
850 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset)
863 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset)
939 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset)
965 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset)
991 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset)
1015 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset)
1127 channel_decode_socks5(Channel *c, fd_set *readset, fd_set *writeset)
1243 Channel *
1247 Channel *c;
1269 channel_pre_dynamic(Channel *c, fd_set *readset, fd_set *writeset)
1313 channel_post_x11_listener(Channel *c, fd_set *readset, fd_set *writeset)
1315 Channel *nc;
1371 port_open_helper(Channel *c, char *rtype)
1446 channel_post_port_listener(Channel *c, fd_set *readset, fd_set *writeset)
1448 Channel *nc;
1497 channel_post_auth_listener(Channel *c, fd_set *readset, fd_set *writeset)
1499 Channel *nc;
1531 channel_post_connecting(Channel *c, fd_set *readset, fd_set *writeset)
1591 channel_handle_rfd(Channel *c, fd_set *readset, fd_set *writeset)
1640 channel_handle_wfd(Channel *c, fd_set *readset, fd_set *writeset)
1732 channel_handle_efd(Channel *c, fd_set *readset, fd_set *writeset)
1784 channel_check_window(Channel *c)
1806 channel_post_open(Channel *c, fd_set *readset, fd_set *writeset)
1817 read_mux(Channel *c, u_int need)
1840 channel_post_mux_client(Channel *c, fd_set *readset, fd_set *writeset)
1889 channel_post_mux_listener(Channel *c, fd_set *readset, fd_set *writeset)
1891 Channel *nc;
1940 channel_post_output_drain_13(Channel *c, fd_set *readset, fd_set *writeset)
2040 channel_garbage_collect(Channel *c)
2065 Channel *c;
2134 Channel *c;
2266 Channel *c;
2326 Channel *c;
2371 Channel *c;
2395 Channel *c;
2434 Channel *c = channel_lookup(id);
2447 Channel *c = channel_lookup(id);
2464 Channel *c;
2513 Channel *c;
2548 Channel *c;
2573 Channel *c = NULL;
2604 Channel *c;
2642 Channel *c;
2812 Channel *c = channels[i];
3134 static Channel *
3142 Channel *c;
3171 Channel *
3190 Channel *
3254 Channel *nc = NULL;
3495 Channel *c = NULL;