Lines Matching refs:Channel
92 static Channel **channels = NULL;
180 static void port_open_helper(Channel *c, char *rtype);
188 Channel *
191 Channel *c; in channel_by_id()
209 Channel *
212 Channel *c; in channel_lookup()
238 channel_register_fds(Channel *c, int rfd, int wfd, int efd, in channel_register_fds()
281 Channel *
287 Channel *c; in channel_new()
292 channels = xcalloc(channels_alloc, sizeof(Channel *)); in channel_new()
310 sizeof(Channel *)); in channel_new()
317 c = channels[found] = xcalloc(1, sizeof(Channel)); in channel_new()
365 Channel *c; in channel_find_maxfd()
394 channel_close_fds(Channel *c) in channel_close_fds()
404 channel_free(Channel *c) in channel_free()
476 Channel *c; in channel_stop_listening()
504 Channel *c; in channel_not_very_much_buffered_data()
533 Channel *c; in channel_still_open()
580 Channel *c; in channel_find_open()
629 Channel *c; in channel_open_message()
684 Channel *c = channel_lookup(id); in channel_send_open()
702 Channel *c = channel_lookup(id); in channel_request_start()
720 Channel *c; in channel_register_status_confirm()
735 Channel *c = channel_lookup(id); in channel_register_open_confirm()
748 Channel *c = channel_by_id(id); in channel_register_cleanup()
761 Channel *c = channel_by_id(id); in channel_cancel_cleanup()
775 Channel *c = channel_lookup(id); in channel_register_filter()
791 Channel *c = channel_lookup(id); in channel_set_fds()
812 typedef void chan_fn(Channel *c, fd_set *readset, fd_set *writeset);
818 channel_pre_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_listener()
825 channel_pre_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_connecting()
832 channel_pre_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open_13()
841 channel_pre_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_open()
879 channel_pre_input_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_input_draining()
892 channel_pre_output_draining(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_output_draining()
968 channel_pre_x11_open_13(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open_13()
994 channel_pre_x11_open(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_x11_open()
1020 channel_pre_mux_client(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_mux_client()
1044 channel_decode_socks4(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks4()
1157 channel_decode_socks5(Channel *c, fd_set *readset, fd_set *writeset) in channel_decode_socks5()
1271 Channel *
1275 Channel *c; in channel_connect_stdio_fwd()
1297 channel_pre_dynamic(Channel *c, fd_set *readset, fd_set *writeset) in channel_pre_dynamic()
1341 channel_post_x11_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_post_x11_listener()
1343 Channel *nc; in channel_post_x11_listener()
1405 port_open_helper(Channel *c, char *rtype) in port_open_helper()
1491 channel_post_port_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_post_port_listener()
1493 Channel *nc; in channel_post_port_listener()
1551 channel_post_auth_listener(Channel *c, fd_set *readset, fd_set *writeset) in channel_post_auth_listener()
1553 Channel *nc; in channel_post_auth_listener()
1588 channel_post_connecting(Channel *c, fd_set *readset, fd_set *writeset) in channel_post_connecting()
1648 channel_handle_rfd(Channel *c, fd_set *readset, fd_set *writeset)
1697 channel_handle_wfd(Channel *c, fd_set *readset, fd_set *writeset)
1789 channel_handle_efd(Channel *c, fd_set *readset, fd_set *writeset)
1841 channel_check_window(Channel *c)
1863 channel_post_open(Channel *c, fd_set *readset, fd_set *writeset)
1874 read_mux(Channel *c, u_int need)
1897 channel_post_mux_client(Channel *c, fd_set *readset, fd_set *writeset)
1946 channel_post_mux_listener(Channel *c, fd_set *readset, fd_set *writeset)
1948 Channel *nc;
1999 channel_post_output_drain_13(Channel *c, fd_set *readset, fd_set *writeset)
2103 channel_garbage_collect(Channel *c)
2129 Channel *c;
2223 Channel *c;
2355 Channel *c;
2416 Channel *c;
2462 Channel *c;
2486 Channel *c;
2526 Channel *c = channel_lookup(id);
2540 Channel *c = channel_lookup(id);
2558 Channel *c;
2608 Channel *c;
2642 Channel *c;
2668 Channel *c = NULL;
2700 Channel *c;
2801 Channel *c;
2947 Channel *c;
3022 Channel *c = channels[i];
3042 Channel *c = channels[i];
3075 Channel *c = channels[i];
3113 Channel *c = channels[i];
3675 static Channel *
3683 Channel *c;
3740 Channel *
3759 Channel *
3777 Channel *
3809 Channel *
3872 Channel *nc = NULL;
4113 Channel *c = NULL;