Symbol: sshpkt_put_u8
crypto/openssh/auth2-chall.c
277
(r = sshpkt_put_u8(ssh, echo_on[i])) != 0)
crypto/openssh/auth2.c
464
(r = sshpkt_put_u8(ssh, partial)) != 0 ||
crypto/openssh/channels.c
1214
(r = sshpkt_put_u8(ssh, wantconfirm)) != 0) {
crypto/openssh/channels.c
4388
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
crypto/openssh/channels.c
4396
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
crypto/openssh/channels.c
4514
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
crypto/openssh/channels.c
4551
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
crypto/openssh/channels.c
5422
if ((r = sshpkt_put_u8(ssh, 0)) != 0 || /* bool: single connection */
crypto/openssh/channels.c
752
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
crypto/openssh/clientloop.c
2637
(r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */
crypto/openssh/clientloop.c
503
(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
2045
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */
crypto/openssh/packet.c
2923
if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0)
crypto/openssh/packet.h
190
int sshpkt_put_u8(struct ssh *ssh, u_char val);
crypto/openssh/serverloop.c
134
(r = sshpkt_put_u8(ssh, 1)) != 0) /* boolean: want reply */
crypto/openssh/session.c
2373
(r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 ||
crypto/openssh/ssh.c
2311
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
crypto/openssh/sshconnect2.c
1058
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
crypto/openssh/sshconnect2.c
1105
(r = sshpkt_put_u8(ssh, 1)) != 0) /* additional info */
crypto/openssh/sshconnect2.c
1516
(r = sshpkt_put_u8(ssh, have_sig)) != 0 ||
crypto/openssh/sshconnect2.c
797
(r = sshpkt_put_u8(ssh, SSH_GSS_OIDTYPE)) != 0 ||
crypto/openssh/sshconnect2.c
798
(r = sshpkt_put_u8(ssh, mech->length)) != 0 ||
crypto/openssh/sshd-session.c
556
(r = sshpkt_put_u8(ssh, 0)) != 0) /* want reply */