HomeSort by: relevance | last modified time | path
    Searched refs:sshpkt_get_u32 (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
kexgexs.c 80 if ((r = sshpkt_get_u32(ssh, &min)) != 0 ||
81 (r = sshpkt_get_u32(ssh, &nbits)) != 0 ||
82 (r = sshpkt_get_u32(ssh, &max)) != 0 ||
serverloop.c 448 (r = sshpkt_get_u32(ssh, &target_port)) != 0 ||
450 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
501 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
538 if ((r = sshpkt_get_u32(ssh, &mode)) != 0)
554 if ((r = sshpkt_get_u32(ssh, &tun)) != 0)
643 (r = sshpkt_get_u32(ssh, &rchan)) != 0 ||
644 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 ||
645 (r = sshpkt_get_u32(ssh, &rmaxpack)) != 0)
800 (r = sshpkt_get_u32(ssh, &port)) != 0)
826 (r = sshpkt_get_u32(ssh, &port)) != 0
    [all...]
auth2-gss.c 81 if ((r = sshpkt_get_u32(ssh, &mechs)) != 0)
packet.h 200 int sshpkt_get_u32(struct ssh *ssh, uint32_t *valp);
session.c 1672 if ((r = sshpkt_get_u32(ssh, &s->col)) != 0 ||
1673 (r = sshpkt_get_u32(ssh, &s->row)) != 0 ||
1674 (r = sshpkt_get_u32(ssh, &s->xpixel)) != 0 ||
1675 (r = sshpkt_get_u32(ssh, &s->ypixel)) != 0 ||
1697 (r = sshpkt_get_u32(ssh, &s->col)) != 0 ||
1698 (r = sshpkt_get_u32(ssh, &s->row)) != 0 ||
1699 (r = sshpkt_get_u32(ssh, &s->xpixel)) != 0 ||
1700 (r = sshpkt_get_u32(ssh, &s->ypixel)) != 0)
1790 (r = sshpkt_get_u32(ssh, &s->screen)) != 0 ||
1848 if ((r = sshpkt_get_u32(ssh, NULL)) != 0 || /* ignore *
    [all...]
clientloop.c 1729 (r = sshpkt_get_u32(ssh, &listen_port)) != 0 ||
1731 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
1819 (r = sshpkt_get_u32(ssh, &originator_port)) != 0 ||
1941 (r = sshpkt_get_u32(ssh, &rchan)) != 0 ||
1942 (r = sshpkt_get_u32(ssh, &rwindow)) != 0 ||
1943 (r = sshpkt_get_u32(ssh, &rmaxpack)) != 0)
2002 if ((r = sshpkt_get_u32(ssh, &id)) != 0)
2023 if ((r = sshpkt_get_u32(ssh, &exitval)) != 0)
auth2-chall.c 323 if ((r = sshpkt_get_u32(ssh, &nresp)) != 0)
kex.c 501 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
660 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* reserved */
channels.c 3459 if ((r = sshpkt_get_u32(ssh, &id)) != 0) {
3579 if ((r = sshpkt_get_u32(ssh, &tcode)) != 0) {
3665 if ((r = sshpkt_get_u32(ssh, &c->remote_id)) != 0 ||
3666 (r = sshpkt_get_u32(ssh, &remote_window)) != 0 ||
3667 (r = sshpkt_get_u32(ssh, &remote_maxpacket)) != 0 ||
3717 if ((r = sshpkt_get_u32(ssh, &reason)) != 0) {
3757 if ((r = sshpkt_get_u32(ssh, &adjust)) != 0 ||
packet.c 1873 if ((r = sshpkt_get_u32(ssh, &reason)) != 0 ||
1912 if ((r = sshpkt_get_u32(ssh, &seqnr)) != 0)
2755 sshpkt_get_u32(struct ssh *ssh, uint32_t *valp) function
sshconnect2.c 1037 if ((r = sshpkt_get_u32(ssh, NULL)) != 0 || /* maj */
1038 (r = sshpkt_get_u32(ssh, NULL)) != 0 || /* min */
2011 if ((r = sshpkt_get_u32(ssh, &num_prompts)) != 0)
mux.c 661 if ((r = sshpkt_get_u32(ssh, &port)) != 0)
ssh.c 1929 if ((r = sshpkt_get_u32(ssh, &port)) != 0)

Completed in 44 milliseconds