Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h220 #define CHAN_EXTENDED_WRITE 2 macro
276 (c->extended_usage == CHAN_EXTENDED_WRITE && \
H A Dnchan.c344 c->extended_usage == CHAN_EXTENDED_WRITE && in chan_is_dead()
H A Dclientloop.c831 c->ctl_chan != -1 && c->extended_usage == CHAN_EXTENDED_WRITE; in client_status_confirm()
1421 if (c->extended_usage != CHAN_EXTENDED_WRITE) in client_simple_escape_filter()
H A Dchannels.c1003 case CHAN_EXTENDED_WRITE: in channel_format_extended_usage()
1285 if (c->extended_usage == CHAN_EXTENDED_WRITE && in channel_pre_open()
2347 if (c->extended_usage == CHAN_EXTENDED_WRITE) in channel_handle_efd()
3497 c->extended_usage != CHAN_EXTENDED_WRITE || in channel_input_extended_data()
H A Dssh.c2208 window, packetmax, CHAN_EXTENDED_WRITE, in ssh_session2_open()
H A Dmux.c463 CHAN_EXTENDED_WRITE, "client-session", CHANNEL_NONBLOCK_STDIO); in mux_master_process_new_session()