HomeSort by relevance Sort by last modified time
    Searched refs:compat20 (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
nchan.c 156 if (compat20) {
221 if (!compat20)
367 if (compat20)
379 if (compat20)
387 if (compat20)
408 if (!compat20) {
445 if (compat20 && c->type == SSH_CHANNEL_LARVAL)
464 if (compat20 && c->type == SSH_CHANNEL_LARVAL)
dispatch.c 45 if (!compat20)
ttymodes.c 279 if (compat20) {
326 if (compat20)
347 if (compat20) {
420 if (!compat20) {
compat.c 40 int compat20 = 0; variable
47 compat20 = 1;
channels.c 420 if (!compat20 &&
461 if (!compat20)
722 u_int limit = compat20 ? c->remote_window : packet_get_maxsize();
742 if (compat20 && c->efd != -1) {
885 if (compat20)
1164 if (compat20) {
1209 if (compat20) {
    [all...]
packet.c 366 if (packet_compression && !compat20)
415 len = compat20 ? 6 : 9;
925 if (compat20)
959 if (!compat20 && (
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
compat.h 86 extern int compat20;
channels.h 159 (compat20 && c->extended_usage == CHAN_EXTENDED_READ && \
163 (compat20 && c->extended_usage == CHAN_EXTENDED_WRITE && \
  /onnv/onnv-gate/usr/src/cmd/ssh/ssh/
clientloop.c 420 if (compat20) {
472 if (!compat20) {
513 if (options.server_alive_interval == 0 || !compat20)
677 if ((!local || delete) && !compat20) {
734 if (compat20 == 1 && options.use_openssl_engine == 1) {
792 if (compat20) {
806 if (compat20) {
833 if (compat20) {
1035 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, compat20 ? xxx_kex : NULL);
1088 if (!compat20) {
    [all...]
sshconnect.c 530 compat20 ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1,
531 compat20 ? PROTOCOL_MINOR_2 : minor1,
990 if (compat20 == 1 && options.use_openssl_engine == 1) {
1005 if (compat20) {
ssh.c 775 exit_status = compat20 ? ssh_session2() : ssh_session();
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
auth-pam.c 81 if (!compat20)
95 if (compat20 && method) {
141 if (compat20 && authctxt->method == NULL)
234 if (compat20) {
serverloop.c 268 if (compat20 &&
277 if (compat20) {
376 if (compat20)
391 if (compat20)
431 if (!compat20 && fdin != -1 && FD_ISSET(fdin, writeset)) {
498 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL);
867 * Awful hack follows: fake compat20 == 1 to cause process_input()
873 compat20 = 1; /* causes process_input/output() to ignore stdio */
    [all...]
altprivsep.c 366 if (!compat20)
1097 if (compat20) {
1148 if (compat20) {
session.c 246 if (compat20)
544 if (compat20) {
667 if (compat20) {
    [all...]
sshd.c     [all...]

Completed in 360 milliseconds