HomeSort by: relevance | last modified time | path
    Searched refs:CHAN_LOCAL (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
nchan.c 139 if (!(c->flags & (CHAN_CLOSE_SENT|CHAN_LOCAL)))
273 if (!(c->flags & CHAN_LOCAL)) {
301 if (!(c->flags & CHAN_LOCAL))
351 if (c->flags & CHAN_LOCAL) {
channels.h 256 #define CHAN_LOCAL 0x10
channels.c 2610 nc->flags |= CHAN_LOCAL;

Completed in 21 milliseconds