Lines Matching refs:debug2
436 debug2("channel %d: rfd %d isatty", c->self, c->rfd); in channel_register_fds()
514 debug2("channel: expanding %d", sc->channels_alloc); in channel_new()
885 debug2("channel %d: big output buffer %zu > %u", in channel_not_very_much_buffered_data()
1121 debug2("channel %d: send open", id); in channel_send_open()
1140 debug2("channel %d: request %s confirm %d", id, service, wantconfirm); in channel_request_start()
1275 debug2("channel %d: " in channel_pre_open()
1334 debug2("Initial X11 packet contains bad byte order byte: 0x%x", in x11_open_helper()
1347 debug2("X11 connection uses different authentication protocol."); in x11_open_helper()
1354 debug2("X11 auth data does not match fake data."); in x11_open_helper()
1413 debug2("X11 rejected %d i%d/o%d", in channel_pre_x11_open()
1458 debug2("channel %d: decode socks4", c->self); in channel_decode_socks4()
1469 debug2("channel %d: socks4a request", c->self); in channel_decode_socks4()
1503 debug2("channel %d: decode socks4: user %s/%d", c->self, p, len); in channel_decode_socks4()
1522 debug2("channel %d: decode socks4a: host %s/%d", in channel_decode_socks4()
1536 debug2("channel %d: dynamic request: socks4 host %s port %u command %u", in channel_decode_socks4()
1578 debug2("channel %d: decode socks5", c->self); in channel_decode_socks5()
1609 debug2("channel %d: socks5 auth done", c->self); in channel_decode_socks5()
1612 debug2("channel %d: socks5 post auth", c->self); in channel_decode_socks5()
1619 debug2("channel %d: only socks5 connect supported", c->self); in channel_decode_socks5()
1636 debug2("channel %d: bad socks5 atyp %d", c->self, s5_req.atyp); in channel_decode_socks5()
1673 debug2("channel %d: dynamic request: socks5 host %s port %u command %u", in channel_decode_socks5()
1724 debug2("channel %d: pre_dynamic: have %d", c->self, have); in channel_pre_dynamic()
1749 debug2("channel %d: pre_dynamic: need more", c->self); in channel_pre_dynamic()
1778 debug2("channel %d: pre_rdynamic: have %d", c->self, have); in channel_before_prepare_io_rdynamic()
1807 debug2("channel %d: pre_rdynamic: need more", c->self); in channel_before_prepare_io_rdynamic()
1845 debug2("single_connection: closing X11 listener."); in channel_post_x11_listener()
2143 debug2("channel %d: read failed rfd %d maxlen %zu: %s", in channel_handle_rfd()
2161 debug2("channel %d: read<=0 rfd %d len %zd: %s", in channel_handle_rfd()
2166 debug2("channel %d: not open", c->self); in channel_handle_rfd()
2177 debug2("channel %d: filter stops", c->self); in channel_handle_rfd()
2206 debug2("channel %d: filter stops", c->self); in channel_handle_wfd()
2247 debug2("channel %d: not open", c->self); in channel_handle_wfd()
2293 debug2("channel %d: written %zd to efd %d", c->self, len, c->efd); in channel_handle_efd_write()
2298 debug2("channel %d: closing write-efd %d", c->self, c->efd); in channel_handle_efd_write()
2322 debug2("channel %d: read %zd from efd %d", c->self, len, c->efd); in channel_handle_efd_read()
2327 debug2("channel %d: closing read-efd %d", c->self, c->efd); in channel_handle_efd_read()
2376 debug2("channel %d: window %d sent adjust %d", c->self, in channel_check_window()
2407 debug2("channel %d: ctl read<=0 rfd %d len %zd", in read_mux()
2439 debug2("channel %d: packet too big %u > %u", in channel_post_mux_client_read()
2582 debug2("channel %d: gc: notify user", c->self); in channel_garbage_collect()
2587 debug2("channel %d: gc: user detached", c->self); in channel_garbage_collect()
2591 debug2("channel %d: garbage collecting", c->self); in channel_garbage_collect()
2964 debug2("channel %d: " in channel_output_poll_input_open()
3030 debug2("channel %d: rwin %u elen %zu euse %d", c->self, in channel_output_poll_extended_read()
3049 debug2("channel %d: sent ext data %zu", c->self, len); in channel_output_poll_extended_read()
3513 debug2("channel %d: rcvd ext data %zu", c->self, data_len); in channel_input_extended_data()
3596 debug2("channel %d: open confirm rwindow %u rmax %u", c->self, in channel_input_open_confirmation()
3675 debug2("channel %d: rcvd adjust %u", c->self, adjust); in channel_input_window_adjust()
5249 debug2("socket: %.100s", strerror(errno)); in x11_connect_display()
5254 debug2("connect %.100s port %u: %.100s", buf, in x11_connect_display()