Searched refs:x11_chanids (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/crypto/openssh/
H A Dsession.h56 int *x11_chanids; member in struct:Session
H A Dsession.c1933 sessions[id].x11_chanids = NULL;
2056 if (s->x11_chanids == NULL || !s->used)
2058 for (j = 0; s->x11_chanids[j] != -1; j++) {
2059 if (s->x11_chanids[j] == id) {
2465 for (i = 0; s->x11_chanids[i] != -1; i++) {
2467 "closing channel %d", s->self, s->x11_chanids[i]);
2472 if (s->x11_chanids[i] != id)
2473 session_close_x11(s->x11_chanids[i]);
2475 free(s->x11_chanids);
2476 s->x11_chanids
[all...]

Completed in 58 milliseconds