Home
last modified time | relevance | path

Searched refs:CHAN_EXTENDED_WRITE (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dchannels.h217 #define CHAN_EXTENDED_WRITE 2 macro
273 (c->extended_usage == CHAN_EXTENDED_WRITE && \
H A Dnchan.c342 c->extended_usage == CHAN_EXTENDED_WRITE && in chan_is_dead()
H A Dclientloop.c823 c->ctl_chan != -1 && c->extended_usage == CHAN_EXTENDED_WRITE; in client_status_confirm()
1413 if (c->extended_usage != CHAN_EXTENDED_WRITE) in client_simple_escape_filter()
H A Dchannels.c993 case CHAN_EXTENDED_WRITE: in channel_format_extended_usage()
1275 if (c->extended_usage == CHAN_EXTENDED_WRITE && in channel_pre_open()
2307 if (c->extended_usage == CHAN_EXTENDED_WRITE) in channel_handle_efd()
3457 c->extended_usage != CHAN_EXTENDED_WRITE || in channel_input_extended_data()
H A Dssh.c2174 window, packetmax, CHAN_EXTENDED_WRITE, in ssh_session2_open()
H A Dmux.c449 CHAN_EXTENDED_WRITE, "client-session", CHANNEL_NONBLOCK_STDIO); in mux_master_process_new_session()