Home
last modified time | relevance | path

Searched refs:CHAN_CLOSE_RCVD (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dnchan.c272 if (c->flags & CHAN_CLOSE_RCVD) in chan_rcvd_oclose()
275 c->flags |= CHAN_CLOSE_RCVD; in chan_rcvd_oclose()
358 if (c->flags & CHAN_CLOSE_RCVD) { in chan_is_dead()
366 (c->flags & CHAN_CLOSE_RCVD)) { in chan_is_dead()
H A Dchannels.h242 #define CHAN_CLOSE_RCVD 0x02 macro
276 c->efd != -1 && (!(c->flags & (CHAN_EOF_RCVD|CHAN_CLOSE_RCVD)) || \
H A Dchannels.c2367 !(c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD)) && in channel_check_window()
3081 if ((c->flags & (CHAN_CLOSE_SENT|CHAN_CLOSE_RCVD))) { in channel_output_poll()
3256 if (c->flags & CHAN_CLOSE_RCVD) in channel_proxy_downstream()
3364 c->flags |= CHAN_CLOSE_RCVD; in channel_proxy_upstream()