Searched refs:single_connection (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsession.h52 int single_connection; member in struct:Session
H A Dchannels.h139 int single_connection; member in struct:Channel
H A Dchannels.c338 c->single_connection = 0;
1375 if (c->single_connection) {
1377 debug2("single_connection: closing X11 listener.");
3485 int single_connection, u_int *display_numberp, int **chanids)
3580 nc->single_connection = single_connection;
3484 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, int single_connection, u_int *display_numberp, int **chanids) argument
H A Dsession.c2163 s->single_connection = packet_get_char();
2655 options.x11_use_localhost, s->single_connection,

Completed in 194 milliseconds