OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FXP_OPEN
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
sftp.h
36
#define
SSH2_FXP_OPEN
3
sftp-client.c
1034
buffer_put_char(&msg,
SSH2_FXP_OPEN
);
1041
debug3("Sent message
SSH2_FXP_OPEN
I:%u P:%s", id, remote_path);
[
all
...]
sftp-server.c
1300
case
SSH2_FXP_OPEN
:
[
all
...]
Completed in 592 milliseconds