Home
last modified time | relevance | path

Searched refs:CHAN_CLOSE_SENT (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dnchan.c137 if (!(c->flags & (CHAN_CLOSE_SENT|CHAN_LOCAL))) in chan_ibuf_empty()
214 } else if (c->flags & CHAN_CLOSE_SENT) { in chan_send_close2()
225 c->flags |= CHAN_CLOSE_SENT; in chan_send_close2()
353 if (!(c->flags & CHAN_CLOSE_SENT)) { in chan_is_dead()
365 if ((c->flags & CHAN_CLOSE_SENT) && in chan_is_dead()
H A Dchannels.h239 #define CHAN_CLOSE_SENT 0x01 macro
H A Dserverloop.c850 if (want_reply && !(c->flags & CHAN_CLOSE_SENT)) { in server_input_channel_req()
H A Dchannels.c2320 !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) && in channel_check_window()
3034 if ((c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD))) { in channel_output_poll()
3212 c->flags |= CHAN_CLOSE_SENT; in channel_proxy_downstream()
3314 if (c->flags & CHAN_CLOSE_SENT) in channel_proxy_upstream()
H A Dclientloop.c1984 if (reply && c != NULL && !(c->flags & CHAN_CLOSE_SENT)) { in client_input_channel_req()