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

/freebsd-9.3-release/crypto/openssh/
H A Dchannels.c339 c->single_connection = 0;
1379 if (c->single_connection) {
1381 debug2("single_connection: closing X11 listener.");
3502 int single_connection, u_int *display_numberp, int **chanids)
3597 nc->single_connection = single_connection;
3501 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, int single_connection, u_int *display_numberp, int **chanids) argument
H A Dchannels.h139 int single_connection; member in struct:Channel
H A Dsession.c2218 s->single_connection = packet_get_char();
2717 options.x11_use_localhost, s->single_connection,
H A Dsession.h52 int single_connection; member in struct:Session

Completed in 196 milliseconds