Symbol: sshpkt_put_u8
crypto/openssh/auth2-chall.c
273
(r = sshpkt_put_u8(ssh, echo_on[i])) != 0)
crypto/openssh/auth2.c
458
(r = sshpkt_put_u8(ssh, partial)) != 0 ||
crypto/openssh/channels.c
1142
(r = sshpkt_put_u8(ssh, wantconfirm)) != 0) {
crypto/openssh/channels.c
4297
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
crypto/openssh/channels.c
4305
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
crypto/openssh/channels.c
4423
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
crypto/openssh/channels.c
4460
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
crypto/openssh/channels.c
5328
if ((r = sshpkt_put_u8(ssh, 0)) != 0 || /* bool: single connection */
crypto/openssh/channels.c
721
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
crypto/openssh/clientloop.c
2602
(r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */
crypto/openssh/clientloop.c
505
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* boolean: want reply */
crypto/openssh/nchan.c
247
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
crypto/openssh/packet.c
1966
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */
crypto/openssh/packet.c
2813
if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0)
crypto/openssh/packet.h
187
int sshpkt_put_u8(struct ssh *ssh, u_char val);
crypto/openssh/serverloop.c
129
(r = sshpkt_put_u8(ssh, 1)) != 0) /* boolean: want reply */
crypto/openssh/session.c
2386
(r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 ||
crypto/openssh/ssh.c
2276
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
crypto/openssh/sshconnect2.c
1051
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
crypto/openssh/sshconnect2.c
1095
(r = sshpkt_put_u8(ssh, 1)) != 0) /* additional info */
crypto/openssh/sshconnect2.c
1504
(r = sshpkt_put_u8(ssh, have_sig)) != 0 ||
crypto/openssh/sshconnect2.c
790
(r = sshpkt_put_u8(ssh, SSH_GSS_OIDTYPE)) != 0 ||
crypto/openssh/sshconnect2.c
791
(r = sshpkt_put_u8(ssh, mech->length)) != 0 ||
crypto/openssh/sshd-session.c
646
(r = sshpkt_put_u8(ssh, 0)) != 0) /* want reply */