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

/freebsd-11-stable/crypto/openssh/
H A Dkex.c396 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
514 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* reserved */
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.c1979 if ((r = sshpkt_get_u32(ssh, &reason)) != 0 ||
1992 if ((r = sshpkt_get_u32(ssh, &seqnr)) != 0)
2898 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) function
H A Dpacket.h190 int sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp);
H A Dssh_namespace.h865 #define sshpkt_get_u32 Fssh_sshpkt_get_u32 macro

Completed in 157 milliseconds