Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsession.h53 int single_connection; member
H A Dchannels.h176 int single_connection; member
H A Dsession.c1997 u_char single_connection = 0; in session_x11_req() local
2004 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 || in session_x11_req()
2011 s->single_connection = single_connection; in session_x11_req()
2585 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()
H A Dchannels.c1675 if (c->single_connection) { in channel_post_x11_listener()
4804 int x11_use_localhost, int single_connection, in x11_create_display_inet() argument
4895 nc->single_connection = single_connection; in x11_create_display_inet()