Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c467 packet_put_int(permitted_opens[i].listen_port); in channel_free()
760 packet_put_int(c->self); in channel_send_open()
761 packet_put_int(c->local_window); in channel_send_open()
762 packet_put_int(c->local_maxpacket); in channel_send_open()
777 packet_put_int(c->remote_id); in channel_request_start()
866 packet_put_int(c->remote_id); in channel_set_fds()
867 packet_put_int(c->local_window); in channel_set_fds()
950 packet_put_int(c->remote_id); in channel_pre_input_draining()
1062 packet_put_int(c->remote_id); in channel_pre_x11_open_13()
1455 packet_put_int(nc->self); in channel_post_x11_listener()
[all …]
Dclientloop.c567 packet_put_int((u_int)ws.ws_row); in client_check_window_change()
568 packet_put_int((u_int)ws.ws_col); in client_check_window_change()
569 packet_put_int((u_int)ws.ws_xpixel); in client_check_window_change()
570 packet_put_int((u_int)ws.ws_ypixel); in client_check_window_change()
1181 packet_put_int(1000); in process_escapes()
1715 packet_put_int(SSH2_DISCONNECT_BY_APPLICATION); in client_loop()
1873 packet_put_int(remote_id); in client_input_agent_open()
1878 packet_put_int(remote_id); in client_input_agent_open()
1879 packet_put_int(c->self); in client_input_agent_open()
2060 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()
Dserverloop.c614 packet_put_int(c->remote_id); in server_input_channel_open()
615 packet_put_int(c->self); in server_input_channel_open()
616 packet_put_int(c->local_window); in server_input_channel_open()
617 packet_put_int(c->local_maxpacket); in server_input_channel_open()
623 packet_put_int(rchan); in server_input_channel_open()
624 packet_put_int(reason); in server_input_channel_open()
838 packet_put_int(c->remote_id); in server_input_channel_req()
Dsshconnect1.c357 packet_put_int(BN_num_bits(host_key->rsa->n)); in try_rhosts_rsa_authentication()
661 packet_put_int(client_flags); in ssh_kex()
Dssh.c1722 packet_put_int(options.compression_level); in ssh_session()
1751 packet_put_int((u_int)ws.ws_row); in ssh_session()
1752 packet_put_int((u_int)ws.ws_col); in ssh_session()
1753 packet_put_int((u_int)ws.ws_xpixel); in ssh_session()
1754 packet_put_int((u_int)ws.ws_ypixel); in ssh_session()
Dopacket.h71 #define packet_put_int(value) \ macro
Dauth2-chall.c270 packet_put_int(kbdintctxt->nreq); in send_userauth_info_request()
Dsshconnect2.c684 packet_put_int(1); in userauth_gssapi()
686 packet_put_int((gss_supported->elements[mech].length) + 2); in userauth_gssapi()
1588 packet_put_int(num_prompts); in input_userauth_info_req()
Dsession.c2268 packet_put_int(WEXITSTATUS(status)); in session_exit_message()