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

/freebsd-current/crypto/openssh/
H A Dauth2-passwd.c59 if ((r = sshpkt_get_u8(ssh, &change)) != 0 ||
H A Dpacket.h198 int sshpkt_get_u8(struct ssh *ssh, u_char *valp);
H A Dserverloop.c777 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
880 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
H A Dkex.c878 if ((r = sshpkt_get_u8(ssh, NULL)) != 0) {
899 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 || /* first_kex_follows */
H A Dauth2-pubkey.c104 if ((r = sshpkt_get_u8(ssh, &have_sig)) != 0 ||
H A Dssh_namespace.h945 #define sshpkt_get_u8 Fssh_sshpkt_get_u8 macro
H A Dpacket.c1758 if ((r = sshpkt_get_u8(ssh, NULL)) != 0 ||
2582 sshpkt_get_u8(struct ssh *ssh, u_char *valp) function
H A Dclientloop.c1984 (r = sshpkt_get_u8(ssh, &reply)) != 0)
2682 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
H A Dsshconnect2.c632 sshpkt_get_u8(ssh, &partial) != 0 ||
1981 (r = sshpkt_get_u8(ssh, &echo)) != 0)
H A Dsession.c2026 if ((r = sshpkt_get_u8(ssh, &single_connection)) != 0 ||

Completed in 302 milliseconds