Home | History | Annotate | Download | only in openssh

Lines Matching defs:rstatus

575 			u_int rstatus;
577 if ((r = sshbuf_get_u32(msg, &rstatus)) != 0)
580 debug3("Received SSH2_FXP_STATUS %d", rstatus);
581 if (rstatus == SSH2_FX_EOF)
583 error("Couldn't read directory: %s", fx2txt(rstatus));