Home
last modified time | relevance | path

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

/external/openssh/
Dnchan.c135 if (!(c->flags & (CHAN_CLOSE_SENT|CHAN_LOCAL))) in chan_ibuf_empty()
269 if (!(c->flags & CHAN_LOCAL)) { in chan_rcvd_oclose()
297 if (!(c->flags & CHAN_LOCAL)) in chan_rcvd_oclose()
347 if (c->flags & CHAN_LOCAL) { in chan_is_dead()
Dchannels.h221 #define CHAN_LOCAL 0x10 macro
Dchannels.c2352 nc->flags |= CHAN_LOCAL;