Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dnchan.c139 if (!(c->flags & (CHAN_CLOSE_SENT|CHAN_LOCAL))) in chan_ibuf_empty()
216 } else if (c->flags & CHAN_CLOSE_SENT) { in chan_send_close2()
227 c->flags |= CHAN_CLOSE_SENT; in chan_send_close2()
355 if (!(c->flags & CHAN_CLOSE_SENT)) { in chan_is_dead()
367 if ((c->flags & CHAN_CLOSE_SENT) && in chan_is_dead()
H A Dchannels.h242 #define CHAN_CLOSE_SENT 0x01 macro
H A Dserverloop.c861 if (want_reply && !(c->flags & CHAN_CLOSE_SENT)) { in server_input_channel_req()
H A Dchannels.c2362 !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) && in channel_check_window()
3076 if ((c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD))) { in channel_output_poll()
3254 c->flags |= CHAN_CLOSE_SENT; in channel_proxy_downstream()
3356 if (c->flags & CHAN_CLOSE_SENT) in channel_proxy_upstream()
H A Dclientloop.c1998 if (reply && c != NULL && !(c->flags & CHAN_CLOSE_SENT)) { in client_input_channel_req()