Home
last modified time | relevance | path

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

/external/openssh/
Dnchan.c164 if (!(c->flags & (CHAN_CLOSE_SENT|CHAN_LOCAL))) in chan_ibuf_empty()
281 if (!(c->flags & CHAN_LOCAL)) { in chan_rcvd_close2()
308 if (!(c->flags & CHAN_LOCAL)) in chan_rcvd_close2()
462 if (c->flags & CHAN_LOCAL) { in chan_is_dead()
Dchannels.h197 #define CHAN_LOCAL 0x10 macro
Dchannels.c2074 nc->flags |= CHAN_LOCAL;