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

/freebsd-10.3-release/crypto/openssh/
H A Dopacket.c28 if ((r = sshpkt_put_u8(ssh, ch)) != 0)
H A Dpacket.h165 int sshpkt_put_u8(struct ssh *ssh, u_char val);
H A Dpacket.c2026 (r = sshpkt_put_u8(ssh, 0)) != 0 || /* always display */
2361 if ((r = sshpkt_put_u8(ssh, (u_char)rnd & 0xff)) != 0)
2772 sshpkt_put_u8(struct ssh *ssh, u_char val) function
H A Dssh_namespace.h882 #define sshpkt_put_u8 Fssh_sshpkt_put_u8 macro
H A Dclientloop.c2481 (r = sshpkt_put_u8(ssh, 1)) != 0) /* bool: want reply */

Completed in 172 milliseconds