Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h186 int sshpkt_put_u8(struct ssh *ssh, u_char val);
Dauth2-chall.c274 (r = sshpkt_put_u8(ssh, echo_on[i])) != 0) in send_userauth_info_request()
Dsshconnect2.c751 (r = sshpkt_put_u8(ssh, SSH_GSS_OIDTYPE)) != 0 || in userauth_gssapi()
752 (r = sshpkt_put_u8(ssh, mech->length)) != 0 || in userauth_gssapi()
1018 (r = sshpkt_put_u8(ssh, 0)) != 0 || in userauth_passwd()
1063 (r = sshpkt_put_u8(ssh, 1)) != 0) /* additional info */ in input_userauth_passwd_changereq()
1435 (r = sshpkt_put_u8(ssh, have_sig)) != 0 || in send_pubkey_test()
Dnchan.c245 (r = sshpkt_put_u8(ssh, 0)) != 0 || in chan_send_eow2()
Dchannels.c565 (r = sshpkt_put_u8(ssh, 0)) != 0 || in mux_remove_remote_forwardings()
963 (r = sshpkt_put_u8(ssh, wantconfirm)) != 0) { in channel_request_start()
3889 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
3898 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
4018 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
4055 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
4916 if ((r = sshpkt_put_u8(ssh, 0)) != 0 || /* bool: single connection */
Dauth2.c440 (r = sshpkt_put_u8(ssh, partial)) != 0 || in userauth_finish()
Dpacket.c1829 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */ in ssh_packet_send_debug()
2491 sshpkt_put_u8(struct ssh *ssh, u_char val) in sshpkt_put_u8() function
2699 if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0) in sshpkt_msg_ignore()
Dserverloop.c203 (r = sshpkt_put_u8(ssh, 1)) != 0) /* boolean: want reply */ in client_alive_check()
Dclientloop.c480 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* boolean: want reply */ in server_alive_check()
2214 (r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */ in client_input_hostkeys()
Dsshd.c805 (r = sshpkt_put_u8(ssh, 0)) != 0) /* want reply */
Dssh.c2103 (r = sshpkt_put_u8(ssh, 0)) != 0 || in ssh_session2()
Dsession.c2401 (r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 || in session_exit_message()