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

/freebsd-10.1-release/crypto/openssh/
H A Dsession.h56 int *x11_chanids; member in struct:Session
H A Dsession.c1942 sessions[id].x11_chanids = NULL;
2065 if (s->x11_chanids == NULL || !s->used)
2067 for (j = 0; s->x11_chanids[j] != -1; j++) {
2068 if (s->x11_chanids[j] == id) {
2478 for (i = 0; s->x11_chanids[i] != -1; i++) {
2480 "closing channel %d", s->self, s->x11_chanids[i]);
2485 if (s->x11_chanids[i] != id)
2486 session_close_x11(s->x11_chanids[i]);
2488 free(s->x11_chanids);
2489 s->x11_chanids
[all...]

Completed in 140 milliseconds