Searched refs:sshpkt_get_u32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dkexgexs.c78 if ((r = sshpkt_get_u32(ssh, &min)) != 0 ||
79 (r = sshpkt_get_u32(ssh, &nbits)) != 0 ||
80 (r = sshpkt_get_u32(ssh, &max)) != 0 ||
H A Dopacket.c137 if ((r = sshpkt_get_u32(ssh, &val)) != 0)
H A Dpacket.h181 int sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp);
H A Dkex.c383 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
497 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* reserved */
H A Dpacket.c1967 if ((r = sshpkt_get_u32(ssh, &reason)) != 0 ||
1980 if ((r = sshpkt_get_u32(ssh, &seqnr)) != 0)
2888 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) function
H A Dssh_namespace.h874 #define sshpkt_get_u32 Fssh_sshpkt_get_u32 macro

Completed in 132 milliseconds