Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDnchan.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()
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()
HDchannels.h240 #define CHAN_CLOSE_SENT 0x01 macro
HDserverloop.c861 if (want_reply && !(c->flags & CHAN_CLOSE_SENT)) { in server_input_channel_req()
HDchannels.c2360 !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) && in channel_check_window()
3074 if ((c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD))) { in channel_output_poll()
3252 c->flags |= CHAN_CLOSE_SENT; in channel_proxy_downstream()
3354 if (c->flags & CHAN_CLOSE_SENT) in channel_proxy_upstream()
HDclientloop.c1998 if (reply && c != NULL && !(c->flags & CHAN_CLOSE_SENT)) { in client_input_channel_req()