Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c693 packet_put_int(c->self); in channel_send_open()
694 packet_put_int(c->local_window); in channel_send_open()
695 packet_put_int(c->local_maxpacket); in channel_send_open()
710 packet_put_int(c->remote_id); in channel_request_start()
799 packet_put_int(c->remote_id); in channel_set_fds()
800 packet_put_int(c->local_window); in channel_set_fds()
883 packet_put_int(c->remote_id); in channel_pre_input_draining()
988 packet_put_int(c->remote_id); in channel_pre_x11_open_13()
1381 packet_put_int(nc->self); in channel_post_x11_listener()
1382 packet_put_int(nc->local_window_max); in channel_post_x11_listener()
[all …]
Dclientloop.c533 packet_put_int((u_int)ws.ws_row); in client_check_window_change()
534 packet_put_int((u_int)ws.ws_col); in client_check_window_change()
535 packet_put_int((u_int)ws.ws_xpixel); in client_check_window_change()
536 packet_put_int((u_int)ws.ws_ypixel); in client_check_window_change()
1147 packet_put_int(1000); in process_escapes()
1662 packet_put_int(SSH2_DISCONNECT_BY_APPLICATION); in client_loop()
1820 packet_put_int(remote_id); in client_input_agent_open()
1825 packet_put_int(remote_id); in client_input_agent_open()
1826 packet_put_int(c->self); in client_input_agent_open()
1979 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.c1621 packet_put_int(options.compression_level); in ssh_session()
1650 packet_put_int((u_int)ws.ws_row); in ssh_session()
1651 packet_put_int((u_int)ws.ws_col); in ssh_session()
1652 packet_put_int((u_int)ws.ws_xpixel); in ssh_session()
1653 packet_put_int((u_int)ws.ws_ypixel); in ssh_session()
Dopacket.h73 #define packet_put_int(value) \ macro
Dsshd.c2368 packet_put_int(BN_num_bits(sensitive_data.server_key->rsa->n));
2373 packet_put_int(BN_num_bits(sensitive_data.ssh1_host_key->rsa->n));
2378 packet_put_int(SSH_PROTOFLAG_HOST_IN_FWD_OPEN);
2381 packet_put_int(cipher_mask_ssh1(0));
2393 packet_put_int(auth_mask);
Dauth2-chall.c265 packet_put_int(kbdintctxt->nreq); in send_userauth_info_request()
Dsshconnect2.c666 packet_put_int(1); in userauth_gssapi()
668 packet_put_int((gss_supported->elements[mech].length) + 2); in userauth_gssapi()
1438 packet_put_int(num_prompts); in input_userauth_info_req()
Dsession.c2469 packet_put_int(WEXITSTATUS(status)); in session_exit_message()