Symbol: sshpkt_put_u8
usr.bin/ssh/auth2-chall.c
238
(r = sshpkt_put_u8(ssh, echo_on[i])) != 0)
usr.bin/ssh/auth2.c
411
(r = sshpkt_put_u8(ssh, partial)) != 0 ||
usr.bin/ssh/channels.c
1204
(r = sshpkt_put_u8(ssh, wantconfirm)) != 0) {
usr.bin/ssh/channels.c
4336
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
usr.bin/ssh/channels.c
4344
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* want reply */
usr.bin/ssh/channels.c
4462
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
usr.bin/ssh/channels.c
4499
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* want reply */
usr.bin/ssh/channels.c
5302
if ((r = sshpkt_put_u8(ssh, 0)) != 0 || /* bool: single connection */
usr.bin/ssh/channels.c
742
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
usr.bin/ssh/clientloop.c
2617
(r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */
usr.bin/ssh/clientloop.c
498
(r = sshpkt_put_u8(ssh, 1)) != 0 || /* boolean: want reply */
usr.bin/ssh/nchan.c
245
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
usr.bin/ssh/packet.c
2013
(r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */
usr.bin/ssh/packet.c
2874
if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0)
usr.bin/ssh/packet.h
184
int sshpkt_put_u8(struct ssh *ssh, u_char val);
usr.bin/ssh/serverloop.c
130
(r = sshpkt_put_u8(ssh, 1)) != 0) /* boolean: want reply */
usr.bin/ssh/session.c
2032
(r = sshpkt_put_u8(ssh, WCOREDUMP(status)? 1 : 0)) != 0 ||
usr.bin/ssh/ssh.c
2285
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
usr.bin/ssh/sshconnect2.c
1048
(r = sshpkt_put_u8(ssh, 0)) != 0 ||
usr.bin/ssh/sshconnect2.c
1095
(r = sshpkt_put_u8(ssh, 1)) != 0) /* additional info */
usr.bin/ssh/sshconnect2.c
1505
(r = sshpkt_put_u8(ssh, have_sig)) != 0 ||
usr.bin/ssh/sshconnect2.c
787
(r = sshpkt_put_u8(ssh, SSH_GSS_OIDTYPE)) != 0 ||
usr.bin/ssh/sshconnect2.c
788
(r = sshpkt_put_u8(ssh, mech->length)) != 0 ||
usr.bin/ssh/sshd-session.c
520
(r = sshpkt_put_u8(ssh, 0)) != 0) /* want reply */