OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH2_FXP_ATTRS
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
sftp.h
62
#define
SSH2_FXP_ATTRS
105
sftp-client.c
302
} else if (type !=
SSH2_FXP_ATTRS
) {
303
fatal("Expected
SSH2_FXP_ATTRS
(%u) packet, got %u",
304
SSH2_FXP_ATTRS
, type);
[
all
...]
sftp-server.c
607
if ((r = sshbuf_put_u8(msg,
SSH2_FXP_ATTRS
)) != 0 ||
[
all
...]
Completed in 47 milliseconds