Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c696 packet_put_int(c->self); in channel_send_open()
697 packet_put_int(c->local_window); in channel_send_open()
698 packet_put_int(c->local_maxpacket); in channel_send_open()
713 packet_put_int(c->remote_id); in channel_request_start()
802 packet_put_int(c->remote_id); in channel_set_fds()
803 packet_put_int(c->local_window); in channel_set_fds()
886 packet_put_int(c->remote_id); in channel_pre_input_draining()
998 packet_put_int(c->remote_id); in channel_pre_x11_open_13()
1391 packet_put_int(nc->self); in channel_post_x11_listener()
1392 packet_put_int(nc->local_window_max); in channel_post_x11_listener()
[all …]
Dclientloop.c547 packet_put_int((u_int)ws.ws_row); in client_check_window_change()
548 packet_put_int((u_int)ws.ws_col); in client_check_window_change()
549 packet_put_int((u_int)ws.ws_xpixel); in client_check_window_change()
550 packet_put_int((u_int)ws.ws_ypixel); in client_check_window_change()
1161 packet_put_int(1000); in process_escapes()
1676 packet_put_int(SSH2_DISCONNECT_BY_APPLICATION); in client_loop()
1834 packet_put_int(remote_id); in client_input_agent_open()
1839 packet_put_int(remote_id); in client_input_agent_open()
1840 packet_put_int(c->self); in client_input_agent_open()
1993 packet_put_int(c->self); in client_request_tun_fwd()
[all …]
Dnchan.c246 packet_put_int(c->remote_id); in chan_send_ieof1()
264 packet_put_int(c->remote_id); in chan_send_oclose1()
359 packet_put_int(c->remote_id); in chan_send_eof2()
381 packet_put_int(c->remote_id); in chan_send_close2()
398 packet_put_int(c->remote_id); in chan_send_eow2()
Droaming_client.c80 packet_put_int(get_recv_buf_size()); in request_roaming()
161 packet_put_int(0); /* reserved */ in roaming_resume()
166 packet_put_int(roaming_id); in roaming_resume()
Dserverloop.c772 packet_put_int(WEXITSTATUS(wait_status)); in server_loop()
1132 packet_put_int(c->remote_id); in server_input_channel_open()
1133 packet_put_int(c->self); in server_input_channel_open()
1134 packet_put_int(c->local_window); in server_input_channel_open()
1135 packet_put_int(c->local_maxpacket); in server_input_channel_open()
1141 packet_put_int(rchan); in server_input_channel_open()
1142 packet_put_int(SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED); in server_input_channel_open()
1356 packet_put_int(c->remote_id); in server_input_channel_req()
Dsshconnect1.c350 packet_put_int(BN_num_bits(host_key->rsa->n)); in try_rhosts_rsa_authentication()
658 packet_put_int(client_flags); in ssh_kex()
Dssh.c1620 packet_put_int(options.compression_level); in ssh_session()
1649 packet_put_int((u_int)ws.ws_row); in ssh_session()
1650 packet_put_int((u_int)ws.ws_col); in ssh_session()
1651 packet_put_int((u_int)ws.ws_xpixel); in ssh_session()
1652 packet_put_int((u_int)ws.ws_ypixel); in ssh_session()
Dopacket.h73 #define packet_put_int(value) \ macro
Dsshd.c2387 packet_put_int(BN_num_bits(sensitive_data.server_key->rsa->n));
2392 packet_put_int(BN_num_bits(sensitive_data.ssh1_host_key->rsa->n));
2397 packet_put_int(SSH_PROTOFLAG_HOST_IN_FWD_OPEN);
2400 packet_put_int(cipher_mask_ssh1(0));
2412 packet_put_int(auth_mask);
Dauth2-chall.c270 packet_put_int(kbdintctxt->nreq); in send_userauth_info_request()
Dsshconnect2.c659 packet_put_int(1); in userauth_gssapi()
661 packet_put_int((gss_supported->elements[mech].length) + 2); in userauth_gssapi()
1442 packet_put_int(num_prompts); in input_userauth_info_req()
Dsession.c2469 packet_put_int(WEXITSTATUS(status)); in session_exit_message()