Searched refs:sshpkt_put_u8 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dopacket.c31 if ((r = sshpkt_put_u8(ssh, ch)) != 0)
H A Dpacket.h184 int sshpkt_put_u8(struct ssh *ssh, u_char val);
H A Dauth2-chall.c274 (r = sshpkt_put_u8(ssh, echo_on[i])) != 0)
H A Dnchan.c245 (r = sshpkt_put_u8(ssh, 0)) != 0 ||
H A Dsshconnect2.c720 (r = sshpkt_put_u8(ssh, SSH_GSS_OIDTYPE)) != 0 ||
721 (r = sshpkt_put_u8(ssh,
980 (r = sshpkt_put_u8(ssh, 0)) != 0 ||
1024 (r = sshpkt_put_u8(ssh, 1)) != 0) /* additional info */
1367 (r = sshpkt_put_u8(ssh, have_sig)) != 0 ||
H A Dchannels.c569 (r = sshpkt_put_u8(ssh, 0)) != 0 ||
949 (r = sshpkt_put_u8(ssh, wantconfirm)) != 0) {
3842 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
3851 (r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
3971 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
4008 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
4868 if ((r = sshpkt_put_u8(ssh, 0)) != 0 || /* bool: single connection */
H A Dpacket.c1790 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */
2439 sshpkt_put_u8(struct ssh *ssh, u_char val) function
2642 if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0)
H A Dssh_namespace.h814 #define sshpkt_put_u8 Fssh_sshpkt_put_u8 macro
H A Dclientloop.c2135 (r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */

Completed in 134 milliseconds