/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | kexgsss.c | 115 packet_start(SSH2_MSG_KEXGSS_HOSTKEY); in kexgss_server() 140 packet_start(SSH2_MSG_KEXGSS_CONTINUE); in kexgss_server() 151 packet_start(SSH2_MSG_KEXGSS_CONTINUE); in kexgss_server() 212 packet_start(SSH2_MSG_KEXGSS_COMPLETE); in kexgss_server() 241 packet_start(SSH2_MSG_KEXGSS_ERROR); in kex_gss_send_error()
|
H A D | channels.c | 588 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_send_open() 606 packet_start(SSH2_MSG_CHANNEL_REQUEST); in channel_request_start() 667 packet_start(SSH2_MSG_CHANNEL_WINDOW_ADJUST); in channel_set_fds() 757 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_input_draining() 861 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_x11_open_13() 1164 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_x11_listener() 1178 packet_start(SSH_SMSG_X11_OPEN); in channel_post_x11_listener() 1209 packet_start(SSH2_MSG_CHANNEL_OPEN); in port_open_helper() 1228 packet_start(SSH_MSG_PORT_OPEN); in port_open_helper() 1316 packet_start(SSH2_MSG_CHANNEL_OPEN); in channel_post_auth_listener() [all …]
|
H A D | kexgexc.c | 61 packet_start(SSH2_MSG_KEX_DH_GEX_REQUEST_OLD); in kexgex_client() 71 packet_start(SSH2_MSG_KEX_DH_GEX_REQUEST); in kexgex_client() 109 packet_start(SSH2_MSG_KEX_DH_GEX_INIT); in kexgex_client()
|
H A D | nchan.c | 237 packet_start(SSH_MSG_CHANNEL_INPUT_EOF); in chan_send_ieof1() 255 packet_start(SSH_MSG_CHANNEL_OUTPUT_CLOSE); in chan_send_oclose1() 345 packet_start(SSH2_MSG_CHANNEL_EOF); in chan_send_eof2() 367 packet_start(SSH2_MSG_CHANNEL_CLOSE); in chan_send_close2() 382 packet_start(SSH2_MSG_CHANNEL_REQUEST); in chan_send_eow2()
|
H A D | kexgexs.c | 92 packet_start(SSH2_MSG_KEX_DH_GEX_GROUP); in kexgex_server() 176 packet_start(SSH2_MSG_KEX_DH_GEX_REPLY); in kexgex_server()
|
H A D | kexgssc.c | 142 packet_start(SSH2_MSG_KEXGSS_INIT); in kexgss_client() 148 packet_start(SSH2_MSG_KEXGSS_CONTINUE); in kexgss_client()
|
H A D | dispatch.c | 47 packet_start(SSH2_MSG_UNIMPLEMENTED); in dispatch_protocol_error()
|
H A D | packet.c | 409 packet_start(u_char type) in packet_start() function 1451 packet_start(SSH2_MSG_DEBUG); in packet_send_debug() 1456 packet_start(SSH_MSG_DEBUG); in packet_send_debug() 1504 packet_start(SSH2_MSG_DISCONNECT); in packet_disconnect() 1509 packet_start(SSH_MSG_DISCONNECT); in packet_disconnect() 1706 packet_start(compat20 ? SSH2_MSG_IGNORE : SSH_MSG_IGNORE); in packet_send_ignore()
|
H A D | kexdhc.c | 56 packet_start(SSH2_MSG_KEXDH_INIT); in kexdh_client()
|
H A D | kexdhs.c | 130 packet_start(SSH2_MSG_KEXDH_REPLY); in kexdh_server()
|
H A D | kex.c | 156 packet_start(SSH2_MSG_NEWKEYS); in kex_finish() 212 packet_start(SSH2_MSG_KEXINIT); in kex_send_kexinit()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect1.c | 97 packet_start(SSH_CMSG_AUTH_RSA); in try_agent_authentication() 136 packet_start(SSH_CMSG_AUTH_RSA_RESPONSE); in try_agent_authentication() 197 packet_start(SSH_CMSG_AUTH_RSA_RESPONSE); in respond_to_rsa_challenge() 227 packet_start(SSH_CMSG_AUTH_RSA); in try_rsa_authentication() 294 packet_start(SSH_CMSG_AUTH_RSA_RESPONSE); in try_rsa_authentication() 341 packet_start(SSH_CMSG_AUTH_RHOSTS_RSA); in try_rhosts_rsa_authentication() 434 packet_start(SSH_CMSG_AUTH_KERBEROS); in try_krb4_authentication() 579 packet_start(SSH_CMSG_AUTH_KERBEROS); in try_krb5_authentication() 704 packet_start(SSH_CMSG_HAVE_KERBEROS_TGT); in send_krb5_tgt() 766 packet_start(SSH_CMSG_HAVE_KERBEROS_TGT); in send_krb4_tgt() [all …]
|
H A D | clientloop.c | 338 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin() 349 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin() 384 packet_start(SSH_CMSG_STDIN_DATA); in client_make_packets_from_stdin_data() 391 packet_start(SSH_CMSG_EOF); in client_make_packets_from_stdin_data() 447 packet_start(SSH_CMSG_WINDOW_SIZE); in client_check_window_change() 470 packet_start(SSH2_MSG_GLOBAL_REQUEST); in server_alive_check() 862 packet_start(SSH_CMSG_STDIN_DATA); in process_escapes() 868 packet_start(SSH_CMSG_EOF); in process_escapes() 969 packet_start(SSH_CMSG_EOF); in client_process_input() 1352 packet_start(SSH_CMSG_EXIT_CONFIRMATION); in client_input_exit_status() [all …]
|
H A D | sshconnect2.c | 188 packet_start(SSH2_MSG_IGNORE); in ssh_kex2() 320 packet_start(SSH2_MSG_SERVICE_REQUEST); in ssh_userauth2() 586 packet_start(SSH2_MSG_USERAUTH_REQUEST); in userauth_gssapi() 674 packet_start(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK); in input_gssapi_response() 687 packet_start(SSH2_MSG_USERAUTH_GSSAPI_TOKEN); in input_gssapi_response() 719 packet_start(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK); in input_gssapi_token() 731 packet_start(SSH2_MSG_USERAUTH_GSSAPI_TOKEN); in input_gssapi_token() 766 packet_start(SSH2_MSG_USERAUTH_GSSAPI_MIC); in input_gssapi_token() 879 packet_start(SSH2_MSG_USERAUTH_REQUEST); in userauth_gssapi_keyex() 919 packet_start(SSH2_MSG_USERAUTH_REQUEST); in userauth_none() [all …]
|
H A D | ssh.c | 861 packet_start(SSH_CMSG_REQUEST_COMPRESSION); 878 packet_start(SSH_CMSG_REQUEST_PTY); 967 packet_start(SSH_CMSG_EXEC_CMD); 973 packet_start(SSH_CMSG_EXEC_SHELL);
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth1.c | 101 packet_start(SSH_SMSG_FAILURE); in do_authloop() 144 packet_start( in do_authloop() 166 packet_start( in do_authloop() 291 packet_start(SSH_SMSG_AUTH_TIS_CHALLENGE); in do_authloop() 389 packet_start(SSH_SMSG_FAILURE); in do_authloop() 461 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
|
H A D | altprivsep.c | 383 packet_start(SSH2_MSG_NEWKEYS); in altprivsep_process_input() 392 packet_start((u_char)type); in altprivsep_process_input() 643 packet_start(SSH2_PRIV_MSG_ALTPRIVSEP); in aps_send_newkeys() 704 packet_start(SSH2_PRIV_MSG_ALTPRIVSEP); in aps_record_login() 734 packet_start(SSH2_PRIV_MSG_ALTPRIVSEP); in aps_record_logout() 747 packet_start(SSH2_PRIV_MSG_ALTPRIVSEP); in aps_start_rekex() 806 packet_start(SSH2_PRIV_MSG_ALTPRIVSEP); in aps_read_auth_context()
|
H A D | serverloop.c | 183 packet_start(SSH_SMSG_STDERR_DATA); in make_packets_from_stderr_data() 212 packet_start(SSH_SMSG_STDOUT_DATA); in make_packets_from_stdout_data() 475 packet_start(SSH_SMSG_STDOUT_DATA); in drain_output() 484 packet_start(SSH_SMSG_STDERR_DATA); in drain_output() 710 packet_start(SSH_SMSG_EXITSTATUS); in server_loop() 1132 packet_start(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION); in server_input_channel_open() 1141 packet_start(SSH2_MSG_CHANNEL_OPEN_FAILURE); in server_input_channel_open() 1207 packet_start(success ? in server_input_global_request() 1238 packet_start(success ? in server_input_channel_req()
|
H A D | auth2-gss.c | 177 packet_start(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE); in userauth_gssapi() 217 packet_start(SSH2_MSG_USERAUTH_GSSAPI_ERRTOK); in input_gssapi_token() 227 packet_start(SSH2_MSG_USERAUTH_GSSAPI_TOKEN); in input_gssapi_token() 408 packet_start(SSH2_MSG_USERAUTH_GSSAPI_ERROR); in ssh_gssapi_userauth_error()
|
H A D | auth2.c | 143 packet_start(SSH2_MSG_SERVICE_ACCEPT); in input_service_request() 348 packet_start(SSH2_MSG_USERAUTH_SUCCESS); in userauth_finish() 384 packet_start(SSH2_MSG_USERAUTH_FAILURE); in userauth_finish()
|
H A D | auth2-none.c | 103 packet_start(SSH2_MSG_USERAUTH_BANNER); in userauth_banner()
|
H A D | auth2-pam.c | 110 packet_start(SSH2_MSG_USERAUTH_INFO_REQUEST); in do_pam_kbdint() 280 packet_start(SSH2_MSG_USERAUTH_INFO_REQUEST); in do_pam_conv_kbd_int()
|
H A D | auth-rsa.c | 132 packet_start(SSH_SMSG_AUTH_RSA_CHALLENGE); in auth_rsa_challenge_dialog()
|
H A D | auth2-pubkey.c | 176 packet_start(SSH2_MSG_USERAUTH_PK_OK); in userauth_pubkey()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | packet.h | 55 void packet_start(u_char);
|