HomeSort by: relevance | last modified time | path
    Searched defs:single_connection (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
session.h 56 int single_connection; member in struct:Session
channels.h 185 int single_connection; member in struct:Channel
session.c 1780 u_char single_connection = 0; local
1787 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 ||
1794 s->single_connection = single_connection;
2381 options.x11_use_localhost, s->single_connection,

Completed in 23 milliseconds