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

/freebsd-10-stable/crypto/openssh/
H A Dopacket.c126 if ((r = sshpkt_get_u8(ssh, &ch)) != 0)
H A Dpacket.h180 int sshpkt_get_u8(struct ssh *ssh, u_char *valp);
H A Dkex.c481 if ((r = sshpkt_get_u8(ssh, NULL)) != 0)
496 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || /* first_kex_follows */
H A Dssh_namespace.h876 #define sshpkt_get_u8 Fssh_sshpkt_get_u8 macro
H A Dpacket.c1957 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 ||
2882 sshpkt_get_u8(struct ssh *ssh, u_char *valp) function

Completed in 120 milliseconds