OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FXP_EXTENDED_REPLY
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
sftp.h
65
#define
SSH2_FXP_EXTENDED_REPLY
201
sftp-client.c
306
} else if (type !=
SSH2_FXP_EXTENDED_REPLY
) {
307
fatal("Expected
SSH2_FXP_EXTENDED_REPLY
(%u) packet, got %u",
308
SSH2_FXP_EXTENDED_REPLY
, type);
[
all
...]
sftp-server.c
500
buffer_put_char(&msg,
SSH2_FXP_EXTENDED_REPLY
);
[
all
...]
Completed in 26 milliseconds