Home
last modified time | relevance | path

Searched refs:packet_put_int (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c590 packet_put_int(c->self); in channel_send_open()
591 packet_put_int(c->local_window); in channel_send_open()
592 packet_put_int(c->local_maxpacket); in channel_send_open()
607 packet_put_int(c->remote_id); in channel_request_start()
668 packet_put_int(c->remote_id); in channel_set_fds()
669 packet_put_int(c->local_window); in channel_set_fds()
758 packet_put_int(c->remote_id); in channel_pre_input_draining()
862 packet_put_int(c->remote_id); in channel_pre_x11_open_13()
1166 packet_put_int(nc->self); in channel_post_x11_listener()
1167 packet_put_int(nc->local_window_max); in channel_post_x11_listener()
[all …]
H A Dkexgexc.c62 packet_put_int(nbits); in kexgex_client()
72 packet_put_int(min); in kexgex_client()
73 packet_put_int(nbits); in kexgex_client()
74 packet_put_int(max); in kexgex_client()
H A Dnchan.c238 packet_put_int(c->remote_id); in chan_send_ieof1()
256 packet_put_int(c->remote_id); in chan_send_oclose1()
346 packet_put_int(c->remote_id); in chan_send_eof2()
368 packet_put_int(c->remote_id); in chan_send_close2()
383 packet_put_int(c->remote_id); in chan_send_eow2()
H A Dkexgsss.c242 packet_put_int(maj); in kex_gss_send_error()
243 packet_put_int(min); in kex_gss_send_error()
H A Ddispatch.c48 packet_put_int(seq); in dispatch_protocol_error()
H A Dpacket.c432 packet_put_int(u_int value) in packet_put_int() function
1505 packet_put_int(SSH2_DISCONNECT_PROTOCOL_ERROR); in packet_disconnect()
1707 packet_put_int(nbytes); in packet_send_ignore()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c441 packet_put_int(ws.ws_col); in client_check_window_change()
442 packet_put_int(ws.ws_row); in client_check_window_change()
443 packet_put_int(ws.ws_xpixel); in client_check_window_change()
444 packet_put_int(ws.ws_ypixel); in client_check_window_change()
448 packet_put_int(ws.ws_row); in client_check_window_change()
449 packet_put_int(ws.ws_col); in client_check_window_change()
450 packet_put_int(ws.ws_xpixel); in client_check_window_change()
451 packet_put_int(ws.ws_ypixel); in client_check_window_change()
819 packet_put_int(1000); in process_escapes()
1486 packet_put_int(c->remote_id); in client_input_channel_open()
[all …]
H A Dssh.c862 packet_put_int(options.compression_level);
890 packet_put_int(ws.ws_row);
891 packet_put_int(ws.ws_col);
892 packet_put_int(ws.ws_xpixel);
893 packet_put_int(ws.ws_ypixel);
1069 packet_put_int(ws.ws_col);
1070 packet_put_int(ws.ws_row);
1071 packet_put_int(ws.ws_xpixel);
1072 packet_put_int(ws.ws_ypixel);
H A Dsshconnect2.c591 packet_put_int(1); in userauth_gssapi()
599 packet_put_int((mech->length)+2); in userauth_gssapi()
1383 packet_put_int(num_prompts); in input_userauth_info_req()
H A Dsshconnect1.c343 packet_put_int(BN_num_bits(host_key->rsa->n)); in try_rhosts_rsa_authentication()
1118 packet_put_int(client_flags); in ssh_kex()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c711 packet_put_int(WEXITSTATUS(wait_status)); in server_loop()
1133 packet_put_int(c->remote_id); in server_input_channel_open()
1134 packet_put_int(c->self); in server_input_channel_open()
1135 packet_put_int(c->local_window); in server_input_channel_open()
1136 packet_put_int(c->local_maxpacket); in server_input_channel_open()
1142 packet_put_int(rchan); in server_input_channel_open()
1143 packet_put_int(SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED); in server_input_channel_open()
1240 packet_put_int(c->remote_id); in server_input_channel_req()
H A Dauth2-pam.c114 packet_put_int(0); in do_pam_kbdint()
284 packet_put_int(conv_ctxt->num_expected); in do_pam_conv_kbd_int()
H A Dauth2-gss.c409 packet_put_int(maj); in ssh_gssapi_userauth_error()
410 packet_put_int(min); in ssh_gssapi_userauth_error()
H A Dsshd.c1776 packet_put_int(BN_num_bits(sensitive_data.server_key->rsa->n)); in do_ssh1_kex()
1781 packet_put_int(BN_num_bits(sensitive_data.ssh1_host_key->rsa->n)); in do_ssh1_kex()
1786 packet_put_int(SSH_PROTOFLAG_HOST_IN_FWD_OPEN); in do_ssh1_kex()
1789 packet_put_int(cipher_mask_ssh1(0)); in do_ssh1_kex()
1815 packet_put_int(auth_mask); in do_ssh1_kex()
H A Dauth2-chall.c245 packet_put_int(kbdintctxt->nreq); in send_userauth_info_request()
H A Dsession.c2229 packet_put_int(WEXITSTATUS(status)); in session_exit_message()
/titanic_50/usr/src/cmd/ssh/include/
H A Dpacket.h57 void packet_put_int(u_int value);