Home
last modified time | relevance | path

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

/external/openssh/
Dsession.h53 int single_connection; member
Dchannels.h162 int single_connection; member
Dsession.c2004 u_char single_connection = 0; in session_x11_req() local
2011 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 || in session_x11_req()
2018 s->single_connection = single_connection; in session_x11_req()
2596 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()
Dchannels.c1665 if (c->single_connection) { in channel_post_x11_listener()
4586 int x11_use_localhost, int single_connection, argument
4677 nc->single_connection = single_connection;