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

/freebsd-13-stable/crypto/openssh/
H A Dkexgexs.c80 if ((r = sshpkt_get_u32(ssh, &min)) != 0 ||
81 (r = sshpkt_get_u32(ssh, &nbits)) != 0 ||
82 (r = sshpkt_get_u32(ssh, &max)) != 0 ||
H A Dopacket.c130 if ((r = sshpkt_get_u32(ssh, &val)) != 0)
H A Dpacket.h195 int sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp);
H A Dauth2-chall.c310 if ((r = sshpkt_get_u32(ssh, &nresp)) != 0)
H A Dauth2-gss.c73 if ((r = sshpkt_get_u32(ssh, &mechs)) != 0)
H A Dkex.c450 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
564 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* reserved */
H A Dchannels.c2954 if ((r = sshpkt_get_u32(ssh, &id)) != 0) {
3065 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) {
3143 if ((r = sshpkt_get_u32(ssh, &c->remote_id)) != 0 ||
3144 (r = sshpkt_get_u32(ssh, &remote_window)) != 0 ||
3145 (r = sshpkt_get_u32(ssh, &remote_maxpacket)) != 0) {
3194 if ((r = sshpkt_get_u32(ssh, &reason)) != 0) {
3234 if ((r = sshpkt_get_u32(ssh, &adjust)) != 0) {
H A Dpacket.c1709 if ((r = sshpkt_get_u32(ssh, &reason)) != 0 ||
1722 if ((r = sshpkt_get_u32(ssh, &seqnr)) != 0)
2506 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) function
H A Dsshconnect2.c926 if ((r = sshpkt_get_u32(ssh, NULL)) != 0 || /* maj */
927 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* min */
1766 if ((r = sshpkt_get_u32(ssh, &num_prompts)) != 0)
H A Dssh_namespace.h800 #define sshpkt_get_u32 Fssh_sshpkt_get_u32 macro

Completed in 147 milliseconds