OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FXP_HANDLE
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
sftp.h
59
#define
SSH2_FXP_HANDLE
102
sftp-client.c
236
} else if (type !=
SSH2_FXP_HANDLE
)
237
fatal("%s: Expected
SSH2_FXP_HANDLE
(%u) packet, got %u",
238
errfmt == NULL ? __func__ : errmsg,
SSH2_FXP_HANDLE
, type);
[
all
...]
sftp-server.c
452
send_data_or_handle(
SSH2_FXP_HANDLE
, id, string, hlen);
[
all
...]
Completed in 45 milliseconds