Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dnchan.c141 if (!(c->flags & (CHAN_CLOSE_SENT|CHAN_LOCAL))) in chan_ibuf_empty()
218 } else if (c->flags & CHAN_CLOSE_SENT) { in chan_send_close2()
229 c->flags |= CHAN_CLOSE_SENT; in chan_send_close2()
357 if (!(c->flags & CHAN_CLOSE_SENT)) { in chan_is_dead()
369 if ((c->flags & CHAN_CLOSE_SENT) && in chan_is_dead()
Dchannels.h245 #define CHAN_CLOSE_SENT 0x01 macro
Dserverloop.c886 if (want_reply && !(c->flags & CHAN_CLOSE_SENT)) { in server_input_channel_req()
Dchannels.c2355 !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) && in channel_check_window()
3080 if ((c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD))) { in channel_output_poll()
3258 c->flags |= CHAN_CLOSE_SENT; in channel_proxy_downstream()
3360 if (c->flags & CHAN_CLOSE_SENT) in channel_proxy_upstream()
Dclientloop.c2013 if (reply && c != NULL && !(c->flags & CHAN_CLOSE_SENT)) { in client_input_channel_req()