Home
last modified time | relevance | path

Searched refs:compat20 (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c155 if (compat20) { in chan_ibuf_empty()
220 if (!compat20) in chan_obuf_empty()
394 if (compat20) in chan_rcvd_ieof()
406 if (compat20) in chan_rcvd_oclose()
414 if (compat20) in chan_write_failed()
435 if (!compat20) { in chan_is_dead()
472 if (compat20 && c->type == SSH_CHANNEL_LARVAL) in chan_shutdown_write()
491 if (compat20 && c->type == SSH_CHANNEL_LARVAL) in chan_shutdown_read()
H A Dttymodes.c279 if (compat20) { in tty_make_modes()
326 if (compat20) in tty_make_modes()
347 if (compat20) { in tty_parse_modes()
420 if (!compat20) { in tty_parse_modes()
H A Dchannels.c420 if (!compat20 && in channel_not_very_much_buffered_data()
461 if (!compat20) in channel_still_open()
722 u_int limit = compat20 ? c->remote_window : packet_get_maxsize(); in channel_pre_open()
742 if (compat20 && c->efd != -1) { in channel_pre_open()
885 if (compat20) in channel_pre_x11_open()
1163 if (compat20) { in channel_post_x11_listener()
1208 if (compat20) { in port_open_helper()
1315 if (compat20) { in channel_post_auth_listener()
1343 if (compat20) { in channel_post_connecting()
1357 if (compat20) { in channel_post_connecting()
[all …]
H A Dpacket.c366 if (packet_compression && !compat20) in packet_start_compression()
415 len = compat20 ? 6 : 9; in packet_start()
925 if (compat20) in packet_send()
959 if (!compat20 && ( in packet_read_seqnr()
1270 if (compat20) { in packet_read_poll_seqnr()
1435 if (compat20 && (datafellows & SSH_BUG_DEBUG)) in packet_send_debug()
1450 if (compat20) { in packet_send_debug()
1503 if (compat20) { in packet_disconnect()
1706 packet_start(compat20 ? SSH2_MSG_IGNORE : SSH_MSG_IGNORE); in packet_send_ignore()
1769 compat20 = 1; in packet_set_monitor()
H A Dcompat.c40 int compat20 = 0; variable
47 compat20 = 1; in enable_compat20()
H A Ddispatch.c45 if (!compat20) in dispatch_protocol_error()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c423 if (compat20) { in client_check_window_change()
439 if (compat20) { in client_check_window_change()
491 if (!compat20) { in client_wait_until_can_do_something()
532 if (options.server_alive_interval == 0 || !compat20) in client_wait_until_can_do_something()
696 if ((!local || delete) && !compat20) { in process_cmdline()
753 if (compat20 == 1 && options.use_openssl_engine == 1) { in client_daemonize()
811 if (compat20) { in process_escapes()
825 if (compat20) { in process_escapes()
852 if (compat20) { in process_escapes()
1054 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, compat20 ? xxx_kex : NULL); in client_process_buffered_input_packets()
[all …]
H A Dsshconnect.c534 compat20 ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1, in ssh_exchange_identification()
535 compat20 ? PROTOCOL_MINOR_2 : minor1, in ssh_exchange_identification()
1015 if (compat20 == 1 && options.use_openssl_engine == 1) { in ssh_login()
1030 if (compat20) { in ssh_login()
H A Dssh.c775 exit_status = compat20 ? ssh_session2() : ssh_session();
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c268 if (compat20 && in wait_until_can_do_something()
277 if (compat20) { in wait_until_can_do_something()
376 if (compat20) in process_input()
391 if (compat20) in process_input()
431 if (!compat20 && fdin != -1 && FD_ISSET(fdin, writeset)) { in process_output()
498 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL); in process_buffered_input_packets()
873 compat20 = 1; /* causes process_input/output() to ignore stdio */ in aps_monitor_loop()
1304 if (compat20) in server_init_dispatch()
H A Dauth-pam.c80 if (!compat20) in get_method_name()
104 if (compat20 && method) { in derive_pam_service_name()
165 if (compat20 && authctxt->method == NULL) in new_start_pam()
260 if (compat20) { in finish_userauth_do_pam()
H A Daltprivsep.c365 if (!compat20) in altprivsep_process_input()
1104 if (compat20) { in altprivsep_start_and_do_monitor()
1155 if (compat20) { in altprivsep_start_and_do_monitor()
H A Dsession.c246 if (compat20) in do_authenticated()
544 if (compat20) { in do_exec_no_pty()
681 if (compat20) { in do_exec_pty()
1707 if (compat20) { in session_pty_req()
1736 if (!compat20) in session_pty_req()
2097 if (!compat20) in session_set_fds()
H A Dsshd.c1615 if (compat20) { in main()
1671 if (compat20) { in main()
/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h162 (compat20 && c->extended_usage == CHAN_EXTENDED_READ && \
166 (compat20 && c->extended_usage == CHAN_EXTENDED_WRITE && \
H A Dcompat.h86 extern int compat20;