Home
last modified time | relevance | path

Searched refs:sshpkt_put_u32 (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexgexc.c75 (r = sshpkt_put_u32(ssh, kex->min)) != 0 || in kexgex_client()
76 (r = sshpkt_put_u32(ssh, kex->nbits)) != 0 || in kexgex_client()
77 (r = sshpkt_put_u32(ssh, kex->max)) != 0 || in kexgex_client()
H A Dclientloop.c1243 if ((r = sshpkt_put_u32(ssh, 1000)) != 0 || in process_escapes()
1640 (r = sshpkt_put_u32(ssh, SSH2_DISCONNECT_BY_APPLICATION)) != 0 || in client_loop()
1895 (r = sshpkt_put_u32(ssh, c->self)) != 0 || in client_request_tun_fwd()
1896 (r = sshpkt_put_u32(ssh, c->local_window_max)) != 0 || in client_request_tun_fwd()
1897 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in client_request_tun_fwd()
1898 (r = sshpkt_put_u32(ssh, tun_mode)) != 0 || in client_request_tun_fwd()
1899 (r = sshpkt_put_u32(ssh, remote_tun)) != 0 || in client_request_tun_fwd()
1946 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_open()
1947 (r = sshpkt_put_u32(ssh, c->self)) != 0 || in client_input_channel_open()
1948 (r = sshpkt_put_u32(ss in client_input_channel_open()
[all...]
H A Dserverloop.c652 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_open()
653 (r = sshpkt_put_u32(ssh, c->self)) != 0 || in server_input_channel_open()
654 (r = sshpkt_put_u32(ssh, c->local_window)) != 0 || in server_input_channel_open()
655 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 || in server_input_channel_open()
664 (r = sshpkt_put_u32(ssh, rchan)) != 0 || in server_input_channel_open()
665 (r = sshpkt_put_u32(ssh, reason)) != 0 || in server_input_channel_open()
902 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_req()
H A Dchannels.c731 (r = sshpkt_put_u32(ssh, perm->listen_port)) != 0 || in mux_remove_remote_forwardings()
1109 (r = sshpkt_put_u32(ssh, c->self)) != 0 || in open_preamble()
1110 (r = sshpkt_put_u32(ssh, c->local_window)) != 0 || in open_preamble()
1111 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0) { in open_preamble()
1147 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_request_start()
1246 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_set_fds()
1247 (r = sshpkt_put_u32(ssh, c->local_window)) != 0 || in channel_set_fds()
1817 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_before_prepare_io_rdynamic()
1874 (r = sshpkt_put_u32(ssh, remote_port)) != 0) { in channel_post_x11_listener()
1909 (r = sshpkt_put_u32(ssh, c->host_port)) != 0) in port_open_helper()
[all …]
H A Dnchan.c194 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eof2()
222 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_close2()
245 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eow2()
H A Ddispatch.c46 (r = sshpkt_put_u32(ssh, seq)) != 0 || in dispatch_protocol_error()
H A Dpacket.h189 int sshpkt_put_u32(struct ssh *ssh, u_int32_t val);
H A Dauth2-chall.c269 (r = sshpkt_put_u32(ssh, kbdintctxt->nreq)) != 0) in send_userauth_info_request()
H A Dsshconnect2.c790 (r = sshpkt_put_u32(ssh, 1)) != 0 || in userauth_gssapi()
791 (r = sshpkt_put_u32(ssh, (mech->length) + 2)) != 0 || in userauth_gssapi()
1975 (r = sshpkt_put_u32(ssh, num_prompts)) != 0) in input_userauth_info_req()
H A Dkex.c495 (r = sshpkt_put_u32(ssh, seq)) != 0 || in kex_protocol_error()
630 (r = sshpkt_put_u32(ssh, 1)) != 0 || in kex_server_update_ext_info()
H A Dpacket.c2521 sshpkt_put_u32(struct ssh *ssh, u_int32_t val) in sshpkt_put_u32() function
2718 (r = sshpkt_put_u32(ssh, nbytes)) != 0) in sshpkt_msg_ignore()
2753 (r = sshpkt_put_u32(ssh, SSH2_DISCONNECT_PROTOCOL_ERROR)) != 0 || in sshpkt_disconnect()
H A Dssh_namespace.h956 #define sshpkt_put_u32 Fssh_sshpkt_put_u32 macro
H A Dsession.c2408 if ((r = sshpkt_put_u32(ssh, WEXITSTATUS(status))) != 0 || in session_exit_message()