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

/freebsd-10-stable/crypto/openssh/
H A Dopacket.c28 if ((r = sshpkt_put_u8(ssh, ch)) != 0)
H A Dpacket.h169 int sshpkt_put_u8(struct ssh *ssh, u_char val);
H A Dpacket.c2073 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */
2403 if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0)
2814 sshpkt_put_u8(struct ssh *ssh, u_char val) function
H A Dssh_namespace.h887 #define sshpkt_put_u8 Fssh_sshpkt_put_u8 macro
H A Dclientloop.c2485 (r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */

Completed in 313 milliseconds