Searched refs:sshpkt_put_u8 (Results 1 – 12 of 12) sorted by relevance
/external/openssh/ |
D | packet.h | 186 int sshpkt_put_u8(struct ssh *ssh, u_char val);
|
D | auth2-chall.c | 274 (r = sshpkt_put_u8(ssh, echo_on[i])) != 0) in send_userauth_info_request()
|
D | sshconnect2.c | 751 (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()
|
D | nchan.c | 245 (r = sshpkt_put_u8(ssh, 0)) != 0 || in chan_send_eow2()
|
D | channels.c | 565 (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 */
|
D | auth2.c | 440 (r = sshpkt_put_u8(ssh, partial)) != 0 || in userauth_finish()
|
D | packet.c | 1829 (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()
|
D | serverloop.c | 203 (r = sshpkt_put_u8(ssh, 1)) != 0) /* boolean: want reply */ in client_alive_check()
|
D | clientloop.c | 480 (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()
|
D | sshd.c | 805 (r = sshpkt_put_u8(ssh, 0)) != 0) /* want reply */
|
D | ssh.c | 2103 (r = sshpkt_put_u8(ssh, 0)) != 0 || in ssh_session2()
|
D | session.c | 2401 (r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 || in session_exit_message()
|