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

/freebsd-10.0-release/crypto/openssh/
H A Dsession.h56 int *x11_chanids; member in struct:Session
H A Dsession.c1887 sessions[id].x11_chanids = NULL;
2010 if (s->x11_chanids == NULL || !s->used)
2012 for (j = 0; s->x11_chanids[j] != -1; j++) {
2013 if (s->x11_chanids[j] == id) {
2417 for (i = 0; s->x11_chanids[i] != -1; i++) {
2419 "closing channel %d", s->self, s->x11_chanids[i]);
2424 if (s->x11_chanids[i] != id)
2425 session_close_x11(s->x11_chanids[i]);
2427 free(s->x11_chanids);
2428 s->x11_chanids
[all...]

Completed in 92 milliseconds