HomeSort by relevance Sort by last modified time
    Searched refs:SSH2_FXP_STATUS (Results 1 - 3 of 3) sorted by null

  /external/openssh/
sftp.h 58 #define SSH2_FXP_STATUS 101
sftp-client.c 195 if (type != SSH2_FXP_STATUS)
196 fatal("Expected SSH2_FXP_STATUS(%u) packet, got %u",
197 SSH2_FXP_STATUS, type);
202 debug3("SSH2_FXP_STATUS %u", status);
230 if (type == SSH2_FXP_STATUS) {
262 if (type == SSH2_FXP_STATUS) {
297 if (type == SSH2_FXP_STATUS) {
501 if (type == SSH2_FXP_STATUS) {
504 debug3("Received SSH2_FXP_STATUS %d", status);
741 if (type == SSH2_FXP_STATUS) {
    [all...]
sftp-server.c 414 buffer_put_char(&msg, SSH2_FXP_STATUS);
    [all...]

Completed in 2637 milliseconds