Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsession.h53 int single_connection; member
H A Dchannels.h178 int single_connection; member
H A Dsession.c2019 u_char single_connection = 0; in session_x11_req() local
2026 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 || in session_x11_req()
2033 s->single_connection = single_connection; in session_x11_req()
2621 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()
H A Dchannels.c1848 if (c->single_connection) { in channel_post_x11_listener()
5015 int x11_use_localhost, int single_connection, in x11_create_display_inet() argument
5106 nc->single_connection = single_connection; in x11_create_display_inet()