HomeSort by relevance Sort by last modified time
    Searched refs:CHAN_CLOSE_RCVD (Results 1 - 3 of 3) sorted by null

  /external/openssh/
channels.h 192 #define CHAN_CLOSE_RCVD 0x02
206 c->efd != -1 && (!(c->flags & (CHAN_EOF_RCVD|CHAN_CLOSE_RCVD)) || \
nchan.c 282 if (c->flags & CHAN_CLOSE_RCVD)
285 c->flags |= CHAN_CLOSE_RCVD;
471 if (c->flags & CHAN_CLOSE_RCVD) {
479 (c->flags & CHAN_CLOSE_RCVD)) {
channels.c     [all...]

Completed in 89 milliseconds