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

  /src/crypto/external/bsd/openssh/dist/
session.h 59 int *x11_chanids; member in struct:Session
session.c 1517 sessions[id].x11_chanids = NULL;
1637 if (s->x11_chanids == NULL || !s->used)
1639 for (j = 0; s->x11_chanids[j] != -1; j++) {
1640 if (s->x11_chanids[j] == id) {
2137 for (i = 0; s->x11_chanids[i] != -1; i++) {
2139 s->self, s->x11_chanids[i]);
2144 if (s->x11_chanids[i] != id)
2145 session_close_x11(ssh, s->x11_chanids[i]);
2147 free(s->x11_chanids);
2148 s->x11_chanids = NULL
    [all...]

Completed in 18 milliseconds