Searched refs:sshpkt_put_u8 (Results 1 – 4 of 4) sorted by relevance
168 int sshpkt_put_u8(struct ssh *ssh, u_char val);
28 if ((r = sshpkt_put_u8(ssh, ch)) != 0) in ssh_packet_put_char()
1889 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */ in ssh_packet_send_debug()2196 if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0) in ssh_packet_send_ignore()2695 sshpkt_put_u8(struct ssh *ssh, u_char val) in sshpkt_put_u8() function
2430 (r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */ in client_input_hostkeys()