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

  /external/openssh/
compat.h 69 extern int compat20;
nchan.c 163 if (compat20) {
228 if (!compat20)
409 if (compat20)
421 if (compat20)
429 if (compat20)
450 if (!compat20) {
491 if (compat20 && c->type == SSH_CHANNEL_LARVAL)
510 if (compat20 && c->type == SSH_CHANNEL_LARVAL)
dispatch.c 48 if (!compat20)
ttymodes.c 290 if (compat20) {
337 if (compat20)
358 if (compat20) {
428 if (!compat20) {
channels.h 192 (compat20 && c->extended_usage == CHAN_EXTENDED_READ && \
196 (compat20 && c->extended_usage == CHAN_EXTENDED_WRITE && \
compat.c 42 int compat20 = 0; variable
49 compat20 = 1;
clientloop.c 509 if (compat20) {
571 if (!compat20) {
613 if (options.server_alive_interval > 0 && compat20)
904 if (remote && delete && !compat20) {
1042 if (compat20) {
1055 if (compat20) {
1094 if (compat20) {
    [all...]
serverloop.c 295 if (compat20 &&
304 if (compat20) {
372 if (!compat20 && program_alive_scheduled && fdin_is_tty) {
403 if (compat20)
419 if (compat20)
473 if (!compat20 && fdin != -1 && FD_ISSET(fdin, writeset)) {
541 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL);
    [all...]
channels.c 490 if (!compat20 &&
531 if (!compat20)
814 u_int limit = compat20 ? c->remote_window : packet_get_maxsize();
834 if (compat20 && c->efd != -1 &&
982 if (compat20)
    [all...]
packet.c 533 if (active_state->packet_compression && !compat20)
583 len = compat20 ? 6 : 9;
1013 if (compat20)
1046 if (!compat20 && (
    [all...]
monitor.c 368 if (compat20) {
407 compat20 ? " ssh2" : "");
464 if (compat20) {
793 if (!compat20)
1136 if ((compat20 && type == MM_RSAHOSTKEY) ||
1137 (!compat20 && type != MM_RSAHOSTKEY))
1186 auth_log(authctxt, 0, auth_method, compat20 ? " ssh2" : "");
    [all...]
session.c 281 if (compat20)
608 if (compat20) {
625 if (compat20) {
749 if (compat20) {
    [all...]
sshconnect.c 557 compat20 ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1,
558 compat20 ? PROTOCOL_MINOR_2 : minor1,
559 SSH_VERSION, compat20 ? "\r\n" : "\n");
    [all...]
monitor_wrap.c 84 extern int compat20;
606 if (!compat20) {
690 if (compat20) {
    [all...]
auth-pam.c 103 extern int compat20;
472 if (compat20) {
ssh.c 944 exit_status = compat20 ? ssh_session2() : ssh_session();
1079 if (!compat20) {
    [all...]
sshd.c     [all...]

Completed in 112 milliseconds