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

/freebsd-current/crypto/openssh/
H A Dkexgexs.c81 if ((r = sshpkt_get_u32(ssh, &min)) != 0 ||
82 (r = sshpkt_get_u32(ssh, &nbits)) != 0 ||
83 (r = sshpkt_get_u32(ssh, &max)) != 0 ||
H A Dserverloop.c434 (r = sshpkt_get_u32(ssh, &target_port)) != 0 ||
436 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
487 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
524 if ((r = sshpkt_get_u32(ssh, &mode)) != 0)
540 if ((r = sshpkt_get_u32(ssh, &tun)) != 0)
628 (r = sshpkt_get_u32(ssh, &rchan)) != 0 ||
629 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 ||
630 (r = sshpkt_get_u32(ssh, &rmaxpack)) != 0)
784 (r = sshpkt_get_u32(ssh, &port)) != 0)
812 (r = sshpkt_get_u32(ss
[all...]
H A Dpacket.h199 int sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp);
H A Dsession.c1907 if ((r = sshpkt_get_u32(ssh, &s->col)) != 0 ||
1908 (r = sshpkt_get_u32(ssh, &s->row)) != 0 ||
1909 (r = sshpkt_get_u32(ssh, &s->xpixel)) != 0 ||
1910 (r = sshpkt_get_u32(ssh, &s->ypixel)) != 0 ||
1932 (r = sshpkt_get_u32(ssh, &s->col)) != 0 ||
1933 (r = sshpkt_get_u32(ssh, &s->row)) != 0 ||
1934 (r = sshpkt_get_u32(ssh, &s->xpixel)) != 0 ||
1935 (r = sshpkt_get_u32(ssh, &s->ypixel)) != 0)
2029 (r = sshpkt_get_u32(ssh, &s->screen)) != 0 ||
2087 if ((r = sshpkt_get_u32(ss
[all...]
H A Dclientloop.c1715 (r = sshpkt_get_u32(ssh, &listen_port)) != 0 ||
1717 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
1805 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
1917 (r = sshpkt_get_u32(ssh, &rchan)) != 0 ||
1918 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 ||
1919 (r = sshpkt_get_u32(ssh, &rmaxpack)) != 0)
1977 if ((r = sshpkt_get_u32(ssh, &id)) != 0)
1998 if ((r = sshpkt_get_u32(ssh, &exitval)) != 0)
H A Dauth2-chall.c309 if ((r = sshpkt_get_u32(ssh, &nresp)) != 0)
H A Dauth2-gss.c76 if ((r = sshpkt_get_u32(ssh, &mechs)) != 0)
H A Dchannels.c3380 if ((r = sshpkt_get_u32(ssh, &id)) != 0) {
3497 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) {
3583 if ((r = sshpkt_get_u32(ssh, &c->remote_id)) != 0 ||
3584 (r = sshpkt_get_u32(ssh, &remote_window)) != 0 ||
3585 (r = sshpkt_get_u32(ssh, &remote_maxpacket)) != 0 ||
3635 if ((r = sshpkt_get_u32(ssh, &reason)) != 0) {
3675 if ((r = sshpkt_get_u32(ssh, &adjust)) != 0 ||
H A Dpacket.c1729 if ((r = sshpkt_get_u32(ssh, &reason)) != 0 ||
1768 if ((r = sshpkt_get_u32(ssh, &seqnr)) != 0)
2588 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) function
H A Dsshconnect2.c1002 if ((r = sshpkt_get_u32(ssh, NULL)) != 0 || /* maj */
1003 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* min */
1966 if ((r = sshpkt_get_u32(ssh, &num_prompts)) != 0)
H A Dkex.c741 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
900 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* reserved */
H A Dssh_namespace.h943 #define sshpkt_get_u32 Fssh_sshpkt_get_u32 macro
H A Dmux.c625 if ((r = sshpkt_get_u32(ssh, &port)) != 0)
H A Dssh.c1912 if ((r = sshpkt_get_u32(ssh, &port)) != 0)

Completed in 155 milliseconds