Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h189 int sshpkt_put_u8(struct ssh *ssh, u_char val);
H A Dauth2-chall.c273 (r = sshpkt_put_u8(ssh, echo_on[i])) != 0) in send_userauth_info_request()
H A Dnchan.c249 (r = sshpkt_put_u8(ssh, 0)) != 0 || in chan_send_eow2()
H A Dsshconnect2.c794 (r = sshpkt_put_u8(ssh, SSH_GSS_OIDTYPE)) != 0 || in userauth_gssapi()
795 (r = sshpkt_put_u8(ssh, mech->length)) != 0 || in userauth_gssapi()
1055 (r = sshpkt_put_u8(ssh, 0)) != 0 || in userauth_passwd()
1099 (r = sshpkt_put_u8(ssh, 1)) != 0) /* additional info */ in input_userauth_passwd_changereq()
1508 (r = sshpkt_put_u8(ssh, have_sig)) != 0 || in send_pubkey_test()
H A Dchannels.c721 (r = sshpkt_put_u8(ssh, 0)) != 0 || in mux_remove_remote_forwardings()
1144 (r = sshpkt_put_u8(ssh, wantconfirm)) != 0) { in channel_request_start()
4299 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */ in channel_request_remote_forwarding()
4307 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */ in channel_request_remote_forwarding()
4425 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */ in channel_request_rforward_cancel_tcpip()
4462 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */ in channel_request_rforward_cancel_streamlocal()
5330 if ((r = sshpkt_put_u8(ssh, 0)) != 0 || /* bool: single connection */ in x11_request_forwarding_with_spoofing()
H A Dauth2.c461 (r = sshpkt_put_u8(ssh, partial)) != 0 || in userauth_finish()
H A Dpacket.c1974 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */ in ssh_packet_send_debug()
2614 sshpkt_put_u8(struct ssh *ssh, u_char val) in sshpkt_put_u8() function
2827 if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0) in sshpkt_msg_ignore()
H A Dserverloop.c129 (r = sshpkt_put_u8(ssh, 1)) != 0) /* boolean: want reply */ in client_alive_check()
H A Dclientloop.c505 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* boolean: want reply */ in server_alive_check()
2602 (r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */ in client_input_hostkeys()
H A Dsshd-session.c649 (r = sshpkt_put_u8(ssh, 0)) != 0) /* want reply */ in notify_hostkeys()
H A Dssh_namespace.h977 #define sshpkt_put_u8 Fssh_sshpkt_put_u8 macro
H A Dssh.c2296 (r = sshpkt_put_u8(ssh, 0)) != 0 || in ssh_session2()
H A Dsession.c2403 (r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 || in session_exit_message()